pub type ChaserResult<T> = Result<T, ChaserError>;Expand description
Result type alias for chaser-cf operations
Aliased Type§
pub enum ChaserResult<T> {
Ok(T),
Err(ChaserError),
}pub type ChaserResult<T> = Result<T, ChaserError>;Result type alias for chaser-cf operations
pub enum ChaserResult<T> {
Ok(T),
Err(ChaserError),
}