[][src]Trait wasm_bindgen::convert::Stack

pub trait Stack {
    fn push(&mut self, bits: u32);
}

Required methods

fn push(&mut self, bits: u32)

Loading content...

Implementors

impl Stack for GlobalStack
[src]

Loading content...