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

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

Required Methods

Implementors