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