Macro dioxus_hooks::use_future
source · macro_rules! use_future { ($cx:ident, || $($rest:tt)*) => { ... }; ($cx:ident, | $($args:tt),* | $($rest:tt)*) => { ... }; }
Expand description
A helper macro that merges uses the closure syntax to elaborate the dependency array