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