pub type Result<T, E = ForgeError> = Result<T, E>;Expand description
Shorthand for adapter results.
Aliased Type§
pub enum Result<T, E = ForgeError> {
Ok(T),
Err(E),
}pub type Result<T, E = ForgeError> = Result<T, E>;Shorthand for adapter results.
pub enum Result<T, E = ForgeError> {
Ok(T),
Err(E),
}