GitBook: [main] one page modified

This commit is contained in:
boneyard93501 2021-06-11 18:04:41 +00:00 committed by gitbook-bot
parent aa575ab9a7
commit fbb42a97fa
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -112,7 +112,7 @@ Finally, the `[marine]` macro can wrap a `struct` making possible to use it as a
* only macro-wrapped structures can be used as function arguments and return types
* all fields of the wrapped structure must be public and of the `ftype`.
* it is possible to have inner records in the macro-wrapped structure
* it is possible to have inner records in the macro-wrapped structure and to import wrapped structs from other crates
See the example below for wrapping `struct`: