pub trait NKeyedNetGroup {
    fn n_keyed_net_group(&self) -> u64;
}

Required Methods§

Implementors§