mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update readme
This commit is contained in:
parent
366c5fad8e
commit
bd6138fced
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ Guide and protocol draft
|
|||
* implementable `struct` is public, where it members - private
|
||||
* contain main `struct` implementation:
|
||||
* at least one constructor that must:
|
||||
* have common for application name: `new` (for widget) or/and `init` (for database)
|
||||
* have common for application name: `new`
|
||||
* return unwrapped (except `Option`, `Result`), activated new `Self` object
|
||||
* grant ownership for new `Self` object created
|
||||
* public `activate` action if the new object can not be activated on construct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue