pub trait DriverShutdownObserverFn<T: 'static>: FnOnce(DriverRef<'static, T>) + Send + Sync + 'static { }
A marker trait for a function that can be used as a driver shutdown observer with Driver::shutdown.
Driver::shutdown