Trait sparkle::Format [] [src]

pub trait Format<'a> {
    type Name: Name<'a>;
    type RawOctets: AsRef<[u8]> + Clone + Debug + Eq + PartialEq;
}

Associates the set of DNS types for a common format.

Associated Types

Implementors