macro_rules! declare_graph_subtype {
($sub:ty => $sup:ty) => { ... };
}Expand description
Macro to declare both compile-time trait and runtime registration.
macro_rules! declare_graph_subtype {
($sub:ty => $sup:ty) => { ... };
}Macro to declare both compile-time trait and runtime registration.