Type Definition simple_error::SimpleResult [] [src]

type SimpleResult<T> = Result<T, SimpleError>;

Result type in which the error is a simple error