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

pub trait AsyncFunctionBase: 'static {
    fn signature() -> Signature;
fn call_tyck<ACTX: AsyncVMContext>(
        context: &ACTX,
        args: &[Value]
    ) -> Result<Promise, FFIException>;
unsafe fn call_rtlc<ACTX: AsyncVMContext>(
        context: &ACTX,
        args: &[Value]
    ) -> Result<Promise, FFIException>; }

Required methods

Implementors