pub type Result<T> = Result<T, CbtopError>;Expand description
Result type alias for cbtop
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(CbtopError),
}pub type Result<T> = Result<T, CbtopError>;Result type alias for cbtop
pub enum Result<T> {
Ok(T),
Err(CbtopError),
}