capability_provider

Macro capability_provider 

Source
macro_rules! capability_provider {
    ($provider_type:ty, $constructor:path) => { ... };
}
Expand description

Wraps a constructor inside an FFI function to allow the CapabilityProvider trait implementation to be instantiated and used by the host runtime