Skip to main content

ExpectInto

Trait ExpectInto 

Source
pub trait ExpectInto {
    // Provided method
    fn expect_into<Dst: TryFrom<Self>>(self) -> Dst
       where Self: Sized { ... }
}

Provided Methods§

Source

fn expect_into<Dst: TryFrom<Self>>(self) -> Dst
where Self: Sized,

Implementors§

Source§

impl<T> ExpectInto for T