pub type Result<T> = Result<T, IncrementalFstError>;Expand description
Shorthand for a result carrying IncrementalFstError.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(IncrementalFstError),
}pub type Result<T> = Result<T, IncrementalFstError>;Shorthand for a result carrying IncrementalFstError.
pub enum Result<T> {
Ok(T),
Err(IncrementalFstError),
}