FastlyComputeRuntime

Trait FastlyComputeRuntime 

Source
pub trait FastlyComputeRuntime {
    // Required method
    fn get_vcpu_ms(
        &mut self,
        mem: &mut GuestMemory<'_>,
    ) -> Result<VcpuMs, Error>;
}

Required Methods§

Source

fn get_vcpu_ms(&mut self, mem: &mut GuestMemory<'_>) -> Result<VcpuMs, Error>

Implementors§