Type Definition try_partialord::OrderResult[][src]

type OrderResult<T> = Result<T, InvalidOrderError>;

Alias for result