pub trait ContentTypeSupport<'a> { type O; // Required method fn with_content_type(self, content_type: &'a str) -> Self::O; }