pub trait IsLimitedNode {
    // Required method
    fn is_limited_node(&self) -> bool;
}

Required Methods§

Implementors§