Trait reproto_core::Filesystem [] [src]

pub trait Filesystem {
    fn open_root(&self, root: Option<&Path>) -> Result<Box<Handle>>;
}

Filesystem abstraction.

Required Methods

Open the filesystem from the given root path.

Implementors