Trait ContentLanguageSupport
azure_sdk_core
pub trait ContentLanguageSupport<'a> { type O; fn with_content_language(self, content_language: &'a str) -> Self::O; }
type O
fn with_content_language(self, content_language: &'a str) -> Self::O