macro_rules! impl_has_list_links_self_ptr {
($(impl$({$($generics:tt)*})?
HasSelfPtr<$item_type:ty $(, $id:tt)?>
for $self:ty
{ self$(.$field:ident)* }
)*) => { ... };
}
Expand description
Implements the HasListLinks
and HasSelfPtr
traits for the given type.