Type Definition lair_keystore_api::internal::util::KillCallback[][src]

pub type KillCallback = Box<dyn FnOnce() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + 'static>;
Expand description

Kill Callback - Invoked on Kill