Macro impl_take

Source
macro_rules! impl_take {
    (@gen($self:ident)) => { ... };
    (@gen($self:ident) {$($b:tt)*}) => { ... };
    ($(
        $(#[$meta:meta])*
        $ty:ty $([$($g:tt)*])? $({$($b:tt)*})?
    ),+ $(,)?) => { ... };
}
Expand description

take like impl macro