[−][src]Type Definition sunrise_fs::detail::driver::BoxedIStorage
type BoxedIStorage = Box<dyn IStorage<Error = Error>>;
A boxed IStorage using the proper Error type.
type BoxedIStorage = Box<dyn IStorage<Error = Error>>;
A boxed IStorage using the proper Error type.