pub type AnnotationControllerGetAnnotationsResult = Result<Vec<Annotation>, GetAnnotationsError>;

Aliased Type§

enum AnnotationControllerGetAnnotationsResult {
    Ok(Vec<Annotation>),
    Err(GetAnnotationsError),
}

Variants§

§1.0.0

Ok(Vec<Annotation>)

Contains the success value

§1.0.0

Err(GetAnnotationsError)

Contains the error value