ToNodeFlagsBits

Trait ToNodeFlagsBits 

Source
pub trait ToNodeFlagsBits {
    // Required method
    fn to_bits(self) -> NodeFlagsBits;
}
Expand description

Trait to convert a NodeFlags to a NodeFlagsBits

Required Methods§

Implementors§