macro_rules! impl_apirequest_for_payload {
($ty:ty) => { ... };
($ty:ty, $($bounds:tt)*) => { ... };
}
Expand description
This macro implements ApiExtractor for your type, with additional bounds if you want to.
macro_rules! impl_apirequest_for_payload {
($ty:ty) => { ... };
($ty:ty, $($bounds:tt)*) => { ... };
}
This macro implements ApiExtractor for your type, with additional bounds if you want to.