Skip to main content

name_fn

Macro name_fn 

Source
macro_rules! name_fn {
    ($vis:vis $fn_name:ident => $name:literal) => { ... };
}