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