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