Macro vm_resource::declare_static_async_resolver

source ยท
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.

See declare_static_resolver.