Trait gw2api_rs::ListEndpoint
source · [−]pub trait ListEndpoint: Endpoint {
type Id: Display;
type SingleValue: DeserializeOwned;
type MultiValue: DeserializeOwned;
}
pub trait ListEndpoint: Endpoint {
type Id: Display;
type SingleValue: DeserializeOwned;
type MultiValue: DeserializeOwned;
}