pub type ApiResponse = Box<Result<VmmData, VmmActionError>>;
Shorthand type for a response containing a boxed Result.
pub struct ApiResponse(/* private fields */);