declare_graph_subtype

Macro declare_graph_subtype 

Source
macro_rules! declare_graph_subtype {
    ($sub:ty => $sup:ty) => { ... };
}
Expand description

Macro to declare both compile-time trait and runtime registration.