pub type ApiRequest = Box<VmmAction>;
Shorthand type for a request containing a boxed VmmAction.
pub struct ApiRequest(/* private fields */);