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

Required Methods§

| Stop node. |

Implementors§