Type Definition workflow_task::FnReturn

source ·
pub type FnReturn<T> = Pin<Box<dyn Send + Sync + Future<Output = T> + 'static>>;