Trait inv_sys::Stacksize[][src]

pub trait Stacksize {
    fn get_max_stacksize(&self) -> usize;
}

Required methods

Implementors