pub type AnyTryIntoError = TryIntoError<()>;
Expand description
A TryIntoError
who has forgotten where it comes from
at the type level.
See TryIntoError::forget_source
for more information
Aliased Typeยง
pub struct AnyTryIntoError { /* private fields */ }