Skip to main content

trait_method

Macro trait_method 

Source
macro_rules! trait_method {
    ($file:tt $with:tt $out:tt) => { ... };
    ($file:expr, $method:tt $with:tt $out:tt) => { ... };
}