Enum combine::error::Info [−][src]
Variants
Static(&'static str)
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<T, R, F> RefUnwindSafe for Info<T, R, F> where
F: RefUnwindSafe,
R: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, R, F> UnwindSafe for Info<T, R, F> where
F: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more