Skip to main content

ControllerAddEntryResult

Type Alias ControllerAddEntryResult 

Source
pub type ControllerAddEntryResult = Result<(), ControllerError>;

Aliased Type§

pub enum ControllerAddEntryResult {
    Ok(()),
    Err(ControllerError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ControllerError)

Contains the error value