Trait azure_sdk_for_rust::core::ContentTypeSupport[][src]

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

Associated Types

Required Methods

Implementors