macro_rules! impl_serde_endpoint_query {
($ty:ty) => { ... };
}Available on crate feature
json only.Expand description
Implements EndpointQuery for a serde-serializable query struct (feature json).
macro_rules! impl_serde_endpoint_query {
($ty:ty) => { ... };
}json only.Implements EndpointQuery for a serde-serializable query struct (feature json).