pub type OpResult = Result<(), OpError>;
Result of an XDo operation.
XDo
pub enum OpResult { Ok(()), Err(OpError), }
Contains the success value
Contains the error value