Struct rental::TryNewError [] [src]

pub struct TryNewError<E, H>(pub E, pub H);

An error wrapper returned by the try_new method of a rental struct.

This will contain the first error returned by the closure chain, as well as the original head value you passed in so you can do something else with it.