PortTryInto0

Trait PortTryInto0 

Source
pub trait PortTryInto0<T> {
    type Error;

    // Required method
    fn port_try_into0(self) -> Result<T, Self::Error>;
}
Expand description

A local trait for “port-aware” conversions

Required Associated Types§

Required Methods§

Source

fn port_try_into0(self) -> Result<T, Self::Error>

Convert self into a T, using port as needed.

Implementors§