pub type AnnotationControllerWatchAnnotationsResult = Result<Vec<Annotation>, WatchAnnotationsError>;

Aliased Type§

enum AnnotationControllerWatchAnnotationsResult {
    Ok(Vec<Annotation>),
    Err(WatchAnnotationsError),
}

Variants§

§1.0.0

Ok(Vec<Annotation>)

Contains the success value

§1.0.0

Err(WatchAnnotationsError)

Contains the error value