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

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

Exit trait used to notify all other module to exit

Required methods

pub fn notify_exit(&self)[src]

notify other module to exit

Loading content...

Implementors

impl ExitHandler for DefaultExitHandler[src]

Loading content...