Trait dir_structure::DirStructureItem
source · pub trait DirStructureItem: ReadFrom + WriteTo {
// Provided methods
fn read(path: impl AsRef<Path>) -> Result<Self>
where Self: Sized { ... }
fn write(&self, path: impl AsRef<Path>) -> Result<()> { ... }
}Expand description
Provided Methods§
Object Safety§
This trait is not object safe.