pub trait ResumeRequesterFn: Fn() -> Result<(), Status> + Send + Sync + 'static { }
A marker trait for a function type that can be used as a resume requester.