Trait netsim::wire::IntoIpv6Plug[][src]

pub trait IntoIpv6Plug {
    fn into_ipv6_plug(self, handle: &NetworkHandle) -> Ipv6Plug;
}

A trait for types that can be converted into an Ipv6Plug

Required Methods

Convert into an Ipv6Plug

Implementors