pub type AnnotationControllerUpdateAnnotationsResult = Result<(), UpdateAnnotationsError>;

Aliased Type§

enum AnnotationControllerUpdateAnnotationsResult {
    Ok(()),
    Err(UpdateAnnotationsError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(UpdateAnnotationsError)

Contains the error value