Macro impl_from_p2p

Source
macro_rules! impl_from_p2p {
    ($sub_action:ty) => { ... };
    (effectful $sub_action:ty) => { ... };
}