Macro single_fetch

Source
macro_rules! single_fetch {
    ($data:ident, $endpoint:ident, $params:ident, $res:ty) => { ... };
}