PortTryInto0Any

Trait PortTryInto0Any 

Source
pub trait PortTryInto0Any {
    type Error;

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

Required Associated Types§

Required Methods§

Implementors§