Macro super_body

Source
macro_rules! super_body {
    ($self:ident, $body:ident, mut) => { ... };
    ($self:ident, $body:ident, ) => { ... };
}