pub type PostCommitHook = Option<Box<dyn Fn() -> BoxFuture<'static, ()> + Send + Sync>>;
enum PostCommitHook { None, Some(Box<dyn Fn() -> Pin<Box<dyn Future<Output = ()> + Send>> + Sync + Send>), }
No value.
Some value of type T.
T