Trait azure_sdk_for_rust::core::PageBlobLengthSupport[][src]

pub trait PageBlobLengthSupport {
    type O;
    fn with_content_length(self, content_length: u64) -> Self::O;
}

Associated Types

Required Methods

Implementors