logo
pub type StatusResult<T> = Result<T, StatusError>;
Expand description

Resut type with StatusError has it’s error type.