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