[][src]Trait azure_sdk_core::BodySupport

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

Associated Types

type O

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...