macro_rules! impl_api_response {
($type:ty, $format:expr) => { ... };
($type:ty, $format:expr, binary) => { ... };
}Expand description
使用宏简化APIResponseTrait实现
macro_rules! impl_api_response {
($type:ty, $format:expr) => { ... };
($type:ty, $format:expr, binary) => { ... };
}使用宏简化APIResponseTrait实现