pub type FrankaResult<T> = Result<T, FrankaError>;Expand description
Result alias used throughout the crate.
Aliased Type§
pub enum FrankaResult<T> {
Ok(T),
Err(FrankaError),
}pub type FrankaResult<T> = Result<T, FrankaError>;Result alias used throughout the crate.
pub enum FrankaResult<T> {
Ok(T),
Err(FrankaError),
}