Type Definition sc_consensus_manual_seal::rpc::Sender

source ·
pub type Sender<T> = Option<Sender<Result<T, Error>>>;
Expand description

Sender passed to the authorship task to report errors or successes.