[][src]Type Definition simple_error::SimpleResult

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

Result type in which the error is a simple error