macro_rules! method {
    ( $( $x:ty ), * $(,)? ) => { ... };
}
Expand description

Allows building custom methods from a list of substeps.