Macro dep_obj::dep_obj[][src]

macro_rules! dep_obj {
    ($($vis : vis fn $name :
   ident(self as $this : ident, $arena : ident : $Arena : ty) ->
   $(trait $tr : tt) ? $([trait $opt_tr : tt]) ? $($ty : ty) ?
   $([$opt_ty : ty]) ?
   { if mut { $field_mut : expr } else { $field : expr } }) *) => { ... };
}