pub trait ToNodeFlagsBits {
// Required method
fn to_bits(self) -> NodeFlagsBits;
}Expand description
Trait to convert a NodeFlags to a NodeFlagsBits
pub trait ToNodeFlagsBits {
// Required method
fn to_bits(self) -> NodeFlagsBits;
}Trait to convert a NodeFlags to a NodeFlagsBits