Type Definition fs_tree::error::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Result for all fs-tree crate errors.