Type Alias DynamicallyLinkedFileExtPluginInstance

Source
pub type DynamicallyLinkedFileExtPluginInstance = fn() -> JoinHandle<Result<Box<dyn FileExtPlugin>, Report>>;
Expand description

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