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