pub type StartupHook = Box<dyn FnOnce() -> Result<(), Box<dyn Error + Send + Sync>> + Send>;
Type alias for startup hook function.
pub struct StartupHook(/* private fields */);