Trait ckb_network::network::ExitHandler[][src]

pub trait ExitHandler: Send + Unpin + 'static {
    fn notify_exit(&self);
}
Expand description

Exit trait used to notify all other module to exit

Required methods

notify other module to exit

Implementors