Skip to main content

method

Macro method 

Source
macro_rules! method {
    (<$attrs:ident> $($func:ident($state: ident, $($args:ident),*) $body:block)*) => { ... };
    ($($func:ident($state: ident, $($args:ident),*) $body:block)*) => { ... };
}