[][src]Type Definition ucum::error::UcumResult

type UcumResult<'a, T> = Result<T, UcumError<'a>>;

Type alias for result whose error type is UcumError.