Skip to main content

ResultStatfs

Type Alias ResultStatfs 

Source
pub type ResultStatfs = Result<Statfs>;

Aliased Type§

pub enum ResultStatfs {
    Ok(Statfs),
    Err(Error),
}

Variants§

§1.0.0

Ok(Statfs)

Contains the success value

§1.0.0

Err(Error)

Contains the error value