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