ContentTypeSupport

Trait ContentTypeSupport 

Source
pub trait ContentTypeSupport<'a> {
    type O;

    // Required method
    fn with_content_type(self, content_type: &'a str) -> Self::O;
}

Required Associated Types§

Source

type O

Required Methods§

Source

fn with_content_type(self, content_type: &'a str) -> Self::O

Implementors§