Trait ToNetwork

Source
pub trait ToNetwork {
    // Required method
    fn to_network(self, registry: RegistryType) -> Network;
}

Required Methods§

Source

fn to_network(self, registry: RegistryType) -> Network

Implementations on Foreign Types§

Source§

impl ToNetwork for (u32, Vec<IpAddress>)

Source§

fn to_network(self, registry: RegistryType) -> Network

Source§

impl ToNetwork for u32

Source§

fn to_network(self, registry: RegistryType) -> Network

Source§

impl<N: ToNetwork + Clone> ToNetwork for &N

Source§

fn to_network(self, registry: RegistryType) -> Network

Implementors§