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

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

Required Methods

Implementors

impl Stack for GlobalStack
[src]