Type Alias AnyTryIntoError

Source
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ยง

struct AnyTryIntoError { /* private fields */ }