Trait binaryen::Block[][src]

pub trait Block {
    fn get_id(&self) -> usize;
}

Represents Relooper's block.

Can be either:

Required Methods

Implementors