macro_rules! list_iter {
    ($head:expr, $type:ty, $field:tt) => { ... };
}
Expand description

Creates an iterator over doubly-linked list.