Skip to main content

GetNodeIdRange

Trait GetNodeIdRange 

Source
pub trait GetNodeIdRange {
    // Required method
    fn nodeid_range(&self) -> Vec<NodeId>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§