pub type EntryFn = unsafe fn() -> Box<dyn TimelineCollection>;Expand description
The signature of the ENTRY_SYMBOL entry point a plugin exports.
pub type EntryFn = unsafe fn() -> Box<dyn TimelineCollection>;The signature of the ENTRY_SYMBOL entry point a plugin exports.