[][src]Trait assert_into::AssertInto

pub trait AssertInto<T>: Sized {
    fn assert_into(self) -> T;
}

Required methods

fn assert_into(self) -> T

Loading content...

Implementors

impl<T, U> AssertInto<U> for T where
    U: TryFrom<T>,
    T: Debug,
    T: Copy,
    <U as TryFrom<T>>::Error: Debug
[src]

Loading content...