ApiResponse

Type Alias ApiResponse 

Source
pub type ApiResponse = Box<Result<VmmData, VmmActionError>>;
Expand description

Shorthand type for a response containing a boxed Result.

Aliased Typeยง

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