Skip to main content

mount

Function mount 

Source
pub fn mount(
    root: impl Into<PathBuf>,
) -> Result<Arc<dyn BaseTool>, FileMemoryError>
Expand description

Convenience: builds and mounts as a boxed BaseTool (Err when the root dir can’t be set up).