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

Resolves next link in doubly-linked list.