Trait ContentDispositionSupport
azure_sdk_core
pub trait ContentDispositionSupport<'a> { type O; fn with_content_disposition(self, content_disposition: &'a str) -> Self::O; }
type O
fn with_content_disposition(self, content_disposition: &'a str) -> Self::O