pub trait AppShutdown {
    // Required method
    fn app_shutdown(&mut self);
}

Required Methods§

source

fn app_shutdown(&mut self)

| Stop node. |

Implementors§