Skip to main content

Rlt

Type Alias Rlt 

Source
pub type Rlt = Result<(), Error>;

Aliased Type§

pub enum Rlt {
    Ok(()),
    Err(Error),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value