[][src]Module sunrise_fs::interface::storage

Storage related interfaces Those interface allows to simplify IStorage <=> StorageDevice layer.

Structs

FileStorage

Wrapper around a FileOperations exposing a StorageDevice interface.

PartitionStorage

Wrapper over a IStorage that permit to access only a partition.

Traits

IStorage

This is the interface for a raw device, usually a block device.