Trait azure_sdk_for_rust::core::IncludeMetadataSupport[][src]

pub trait IncludeMetadataSupport {
    type O;
    fn with_include_metadata(self) -> Self::O;
}

Associated Types

Required Methods

Implementors