pub type Result<T> = Result<T, Status>;
Convenience type for Result with Status as the error type.
Result
Status