Trait mhost::diff::Differ[][src]

pub trait Differ {
    type FieldType: Eq;
    fn difference(&self, other: &Self) -> Option<Difference<Self::FieldType>>;
}

Associated Types

Loading content...

Required methods

fn difference(&self, other: &Self) -> Option<Difference<Self::FieldType>>[src]

Loading content...

Implementors

impl Differ for Spf<'_>[src]

type FieldType = Field

impl Differ for MX[src]

type FieldType = Field

impl Differ for SOA[src]

type FieldType = Field

impl Differ for SRV[src]

type FieldType = Field

impl Differ for TXT[src]

type FieldType = Field

impl Differ for UNKNOWN[src]

type FieldType = Field

Loading content...