macro_rules! expr_as_path_fn {
($fn_name:ident, $expr:expr) => { ... };
}Expand description
Cache the expression into a fn() -> &’static Path
macro_rules! expr_as_path_fn {
($fn_name:ident, $expr:expr) => { ... };
}Cache the expression into a fn() -> &’static Path