[][src]Trait azure_sdk_core::ContentMD5Support

pub trait ContentMD5Support<'a> {
    type O;
    fn with_content_md5(self, _: &'a [u8]) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_content_md5(self, _: &'a [u8]) -> Self::O

Loading content...

Implementors

Loading content...