Trait pr47::ffi::async_fn::AsyncVMContext[][src]

pub trait AsyncVMContext: 'static + Sized + Send + Sync {
    type VMData;
    fn serializer(&self) -> &Serializer<(CoroutineSharedData, Self::VMData)>;
}

Associated Types

Required methods

Implementors