Struct unixfs_v1::file::visit::Cache [−][src]
pub struct Cache { /* fields omitted */ }
Expand description
Optional cache for datastructures which can be re-used without re-allocation between walks of different files.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Cache
impl UnwindSafe for Cache