Macro rust_examples::substitute [−][src]
macro_rules! substitute {
    ($_t : tt $sub : expr) => { ... };
}Expand description
Simple macro for replacing any token $_t with expression $sub
macro_rules! substitute {
    ($_t : tt $sub : expr) => { ... };
}Simple macro for replacing any token $_t with expression $sub