pub trait InBlock {
    // Required method
    fn in_block(self, block: &'static str, block_id: usize) -> Self;
}

Required Methods§

source

fn in_block(self, block: &'static str, block_id: usize) -> Self

Implementors§