pub type Result<T> = Result<T, Error>;
An interface operation’s result containing either a successful value or error.