Trait riker_testkit::probe::Probe[][src]

pub trait Probe {
    type Msg: Send;
    type Pay: Clone + Send;
    fn event(&self, evt: Self::Msg);
fn payload(&self) -> &Self::Pay; }

Associated Types

Required Methods

Implementations on Foreign Types

impl<P, T> Probe for Option<ChannelProbe<P, T>> where
    P: Clone + Send,
    T: Send
[src]

Implementors