macro_rules! response_from_headers {
($cn:ident, $($fh:path => $na:ident: $typ:ty),+) => { ... };
}
Expand description
create a “response” struct of a certain name, containing certain headers.
macro_rules! response_from_headers {
($cn:ident, $($fh:path => $na:ident: $typ:ty),+) => { ... };
}
create a “response” struct of a certain name, containing certain headers.