pub trait DriverShutdownObserverFn<T: 'static>: FnOnce(DriverRef<'static, T>) + Send + Sync + 'static { }