Type Definition rental::RentalResult [] [src]

type RentalResult<T, E, H> = Result<T, RentalError<E, H>>;