PortTryInto3Any

Trait PortTryInto3Any 

Source
pub trait PortTryInto3Any {
    type Error;

    // Required method
    fn port_try_into3_any(self) -> Result<Erased, Self::Error>;
}

Required Associated Types§

Required Methods§

Implementors§