HandleReplay

Trait HandleReplay 

Source
pub trait HandleReplay<M> {
    type Replay: Send + 'static;
    type MsgReplay: Into<Self::Replay>;
}

Required Associated Types§

Source

type Replay: Send + 'static

Source

type MsgReplay: Into<Self::Replay>

Implementors§