Macro helix_runtime::method [] [src]

macro_rules! method {
    ( $name:ident( $($args:ident),* ) { $($block:stmt;)* } ) => { ... };
}