OpResult

Type Alias OpResult 

Source
pub type OpResult = Result<(), OpError>;
Expand description

Result of an XDo operation.

Aliased Type§

pub enum OpResult {
    Ok(()),
    Err(OpError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(OpError)

Contains the error value