impl_node

Macro impl_node 

Source
macro_rules! impl_node {
    (
    $node:ident$(<$($g:tt),* $(,)?>)?
    { Key = $key:ty, prev = $prev:ident, next = $next:ident $(,)? }
  ) => { ... };
}
Expand description

Implements Node trait for the specific structure.