macro_rules! declare_static_async_resolver { ($resolver:tt, $(($kind:ty, $resource:ty $(,)?)),* $(,)?) => { ... }; }
Expand description
Declares the resource kinds and types that an async static resolver can resolve.
macro_rules! declare_static_async_resolver { ($resolver:tt, $(($kind:ty, $resource:ty $(,)?)),* $(,)?) => { ... }; }
Declares the resource kinds and types that an async static resolver can resolve.