Trait BlockIdSupport

Source
pub trait BlockIdSupport<'a> {
    type O;

    // Required method
    fn with_block_id(self, block_id: &'a [u8]) -> Self::O;
}

Required Associated Types§

Source

type O

Required Methods§

Source

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

Implementors§