pub type ActionReceiver = Receiver<(ApiAction, Sender<ApiResponse>)>;
Channel receiver type owned by the VMM event loop.
pub struct ActionReceiver { /* private fields */ }