Macro p_to_rv

Source
macro_rules! p_to_rv {
    ($path:expr, $expr:expr) => { ... };
}