Trait azure_sdk_for_rust::core::ContentEncodingSupport[][src]

pub trait ContentEncodingSupport<'a> {
    type O;
    fn with_content_encoding(self, content_encoding: &'a str) -> Self::O;
}

Associated Types

Required Methods

Implementors