pub type Result<T> = Result<T, BitNetError>;Expand description
Result type alias for bitnet-rs operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(BitNetError),
}pub type Result<T> = Result<T, BitNetError>;Result type alias for bitnet-rs operations.
pub enum Result<T> {
Ok(T),
Err(BitNetError),
}