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.
pub type DynamicallyLinkedUrlSchemePluginInstance = fn() -> JoinHandle<Result<Box<dyn UrlSchemePlugin>>>;This type is used to represent the return type of the C symbolic function that instantiates the plugin.