Type Definition gateway::GatewayResult [] [src]

type GatewayResult = Result<Response, Box<Error>>;

Result type for API Gateway requests