macro_rules! proc_path {
($store: expr, $fmt:expr) => { ... };
($store: expr, $fmt:expr, $($args:tt)*) => { ... };
}
Expand description
Constructs a path for procedure store.
macro_rules! proc_path {
($store: expr, $fmt:expr) => { ... };
($store: expr, $fmt:expr, $($args:tt)*) => { ... };
}
Constructs a path for procedure store.