Skip to main content

PmsiResult

Type Alias PmsiResult 

pub type PmsiResult<T> = Result<T, PmsiError>;
Expand description

Alias de résultat pour le crate.

Aliased Type§

pub enum PmsiResult<T> {
    Ok(T),
    Err(PmsiError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(PmsiError)

Contains the error value