Type Definition rental::TryNewResult [] [src]

type TryNewResult<T, E, H> = Result<T, TryNewError<E, H>>;