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