pub fn debug<S, R, E>(label: &str, p: impl Pair<S, R, E>) -> impl Pair<S, R, E>where
    S: Debug + Send,
    R: Debug + Send,
    E: Debug + Send,
Expand description

Logs all messages into and out of the pair, printing the label along with it.