pub fn mount( root: impl Into<PathBuf>, ) -> Result<Arc<dyn BaseTool>, FileMemoryError>
Convenience: builds and mounts as a boxed BaseTool (Err when the root dir can’t be set up).
BaseTool
Err