Macro key_node_list::impl_node[][src]

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.