pub fn message_observer<M>() -> Message<M> where
    M: Clone
Expand description

Return a new Observer computation that returns the outer message which it should react to.