Trait azure_sdk_for_rust::core::BlockListRequired[][src]

pub trait BlockListRequired<'a, T> where
    T: Borrow<[u8]> + 'a, 
{ fn block_list(&self) -> &'a BlockList<T>; fn to_string(&self) -> String { ... } }

Required Methods

Provided Methods

Implementors