[][src]Type Definition coercible_errors::OkResult

type OkResult<T> = Result<T, Never>;

Type alias for a result that will Never fail.