Expand description
A type error thrown by the try_*
functions
Fields
expected: ValueType
The expected value type
got: ValueType
The actual value type
Auto Trait Implementations
impl RefUnwindSafe for TryTypeError
impl Send for TryTypeError
impl Sync for TryTypeError
impl Unpin for TryTypeError
impl UnwindSafe for TryTypeError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more