pub type FocuserSetAutoFocusResult = Result<(), AutoFocusError>;

Aliased Type§

enum FocuserSetAutoFocusResult {
    Ok(()),
    Err(AutoFocusError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(AutoFocusError)

Contains the error value