pub type KeyManagerStatusHandler = dyn Fn(Status) + Send + Sync;
Expand description

Key manager status update handler callback.