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