Trait rfc1751::ToRfc1751 [] [src]

pub trait ToRfc1751 {
    fn to_rfc1751(&self) -> Result<String, ToRfc1751Error>;
}

Required Methods

Implementors