Trait BlockIdRequired

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

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

Required Methods§

Source

fn block_id(&self) -> &'a [u8]

Provided Methods§

Implementors§