[][src]Trait interfacer_http::ToContent

pub trait ToContent {
    fn to_content(&self, content_type: &Mime) -> Result<Vec<u8>, ToContentError>;
}

Required methods

fn to_content(&self, content_type: &Mime) -> Result<Vec<u8>, ToContentError>

Loading content...

Implementations on Foreign Types

impl ToContent for ()[src]

Loading content...

Implementors

Loading content...