Skip to main content

CalendarResult

Type Alias CalendarResult 

Source
pub type CalendarResult<T> = Result<T, CalendarApiError>;
Expand description

Type alias for Calendar API results

Aliased Type§

pub enum CalendarResult<T> {
    Ok(T),
    Err(CalendarApiError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(CalendarApiError)

Contains the error value