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