Trait common::dns::Decoder[−][src]

pub trait Decoder: Send {
    fn decode(&self, data: &str) -> Result<Vec<u8>, Box<dyn Error>>;
}

Required methods

Implementors