Trait rfc1751::FromRfc1751 [] [src]

pub trait FromRfc1751 {
    fn from_rfc1751(&self) -> Result<Vec<u8>, FromRfc1751Error>;
}

Required Methods

Implementors