macro_rules! fetch {
($request:expr => $api:expr, $link:expr, $msg:expr, $succ:expr, $err:expr) => { ... };
}
Expand description
Generic API fetch macro
macro_rules! fetch {
($request:expr => $api:expr, $link:expr, $msg:expr, $succ:expr, $err:expr) => { ... };
}
Generic API fetch macro