pub trait SetLimitedNode {
    fn set_limited_node(&mut self, x: bool);
}

Required Methods§

Implementors§