pub type AnnotationControllerGetAnnotationsResult = Result<Vec<Annotation>, GetAnnotationsError>;Aliased Type§
pub enum AnnotationControllerGetAnnotationsResult {
Ok(Vec<Annotation>),
Err(GetAnnotationsError),
}Variants§
Ok(Vec<Annotation>)
Contains the success value
Err(GetAnnotationsError)
Contains the error value