PortTryInto1Any

Trait PortTryInto1Any 

Source
pub trait PortTryInto1Any {
    type Error;

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

Required Associated Types§

Required Methods§

Implementors§