NodeFeatures

Type Alias NodeFeatures 

Source
pub type NodeFeatures = BitVec<u8, Lsb0>;
Expand description

Bit indices in the HostConfiguration.node_features that correspond to different node features.

Aliased Typeยง

#[repr(C)]
pub struct NodeFeatures { /* private fields */ }