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