[][src]Trait azure_sdk_core::ContentEncodingSupport

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

Associated Types

type O

Loading content...

Required methods

fn with_content_encoding(self, content_encoding: &'a str) -> Self::O

Loading content...

Implementors

Loading content...