Macro rustc_borrowck::dataflow::impl_visitable[][src]

macro_rules! impl_visitable {
    ($($T : ident { $($field : ident : $A : ident), * $(,) ? }) *) => { ... };
}