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