pub async fn serve<V>(vm: V, stop_ch: Receiver<()>) -> Result<()>where
    V: Vm,
Expand description

serve starts a gRPC server which serves the Vm service and generates the handshake message for plugin support. Reflection is enabled by default.