Trait azure_sdk_for_rust::core::BodyRequired[][src]

pub trait BodyRequired<'a> {
    fn body(&self) -> &'a [u8];
}

Required Methods

Implementors