[][src]Trait azure_sdk_core::PageBlobLengthSupport

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

Associated Types

type O

Loading content...

Required methods

fn with_content_length(self, content_length: u64) -> Self::O

Loading content...

Implementors

Loading content...