Type Alias DynamicallyLinkedUrlSchemePluginInstance

Source
pub type DynamicallyLinkedUrlSchemePluginInstance = fn() -> JoinHandle<Result<Box<dyn UrlSchemePlugin>>>;
Expand description

This type is used to represent the return type of the C symbolic function that instantiates the plugin.