logo
pub trait NodeBasicInterface where
    Self: HasId
{ }
Expand description

Node of a graph.

Implementors