pub trait SuspendCompleterFn: FnOnce() + Send + Sync + 'static { }
A marker trait for a function type that can be used as a suspend completer.