Expand description
Provides the StorageExt struct for more convenient access.
Storage is provided by the driver, so is supposed to be simple and only contain whatโs
necessary. StorageExt builds on that to provide more convenient access, e.g. allows
unaligned requests and provides write serialization.
Traitsยง
- Storage
Ext - Helper methods for storage objects.
Functionsยง
- is_
aligned ๐ - Check whether the given request is aligned.
- write_
efficient_ ๐zeroes - Write zeroes efficiently to the given area.
- write_
full_ ๐zeroes - Write zero data to the given area.