Macro faithe::containing_record
source · [−]macro_rules! containing_record {
($next:expr, $type:ty, $field:tt) => { ... };
}
Expand description
Resolves next link in doubly-linked list.
macro_rules! containing_record {
($next:expr, $type:ty, $field:tt) => { ... };
}
Resolves next link in doubly-linked list.