Enum gveditor_core_api::extensions::manager::LoadedExtension [−][src]
pub enum LoadedExtension {
FromFile {
info: ExtensionInfo,
path: PathBuf,
},
FromExtension {
plugin: Arc<AsyncMutex<Box<dyn Extension + Send>>>,
info: ExtensionInfo,
parent_id: String,
},
}
Expand description
Extension wrappers
Variants
FromFile
FromExtension
Implementations
Retrieve information about a extension from it’s manifest file
Retrieve information about the extension
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LoadedExtension
impl Send for LoadedExtension
impl Sync for LoadedExtension
impl Unpin for LoadedExtension
impl !UnwindSafe for LoadedExtension
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more