Type Definition philipshue::bridge::SuccessVec [] [src]

type SuccessVec = Vec<Map<String, JsonValue>>;

Many commands on the bridge return an array of things that were succesful. This is a type alias for that type.