[][src]Trait netaddr2::Merge

pub trait Merge {
    type Output;
    fn merge(&self, other: &Self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn merge(&self, other: &Self) -> Self::Output

Loading content...

Implementors

impl Merge for NetAddr[src]

type Output = Option<Self>

impl Merge for Netv4Addr[src]

type Output = Option<Self>

impl Merge for Netv6Addr[src]

type Output = Option<Self>

Loading content...