pub type ResultStatfs = Result<Statfs>;
pub enum ResultStatfs { Ok(Statfs), Err(Error), }
Contains the success value
Contains the error value