[][src]Trait interfacer_http::ContentInto

pub trait ContentInto<T: Sized> {
    fn content_into(self, content_type: &Mime) -> Result<T, FromContentError>;
}

Required methods

fn content_into(self, content_type: &Mime) -> Result<T, FromContentError>

Loading content...

Implementations on Foreign Types

impl<T: FromContent> ContentInto<T> for Vec<u8>[src]

Loading content...

Implementors

Loading content...