Structs§
- Read
- Allows to fetch a resource in a system immutably.
Type Aliases§
- Read
Expect - Allows to fetch a resource in a system immutably.
This will panic if the resource does not exist.
Usage of
Read
orOption<Read>
is therefore recommended.
Read
or Option<Read>
is therefore recommended.