Skip to main content

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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§