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