pub type Result<T> = Result<T, FsPathError>;Expand description
The fs result type.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(FsPathError),
}pub type Result<T> = Result<T, FsPathError>;The fs result type.
pub enum Result<T> {
Ok(T),
Err(FsPathError),
}