ApiRequest

Type Alias ApiRequest 

Source
pub type ApiRequest = Box<VmmAction>;
Expand description

Shorthand type for a request containing a boxed VmmAction.

Aliased Typeยง

pub struct ApiRequest(/* private fields */);