Trait azure_sdk_for_rust::core::BlockIdRequired[][src]

pub trait BlockIdRequired<'a> {
    fn block_id(&self) -> &'a [u8];

    fn to_uri_parameter(&self) -> String { ... }
}

Required Methods

Provided Methods

Implementors