pub type Result<T> = Result<T, ForcepError>;Expand description
Result that is returned by all error-bound operations of forceps.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ForcepError),
}pub type Result<T> = Result<T, ForcepError>;Result that is returned by all error-bound operations of forceps.
pub enum Result<T> {
Ok(T),
Err(ForcepError),
}