azure_storage

Macro response_from_headers

Source
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.