Plugin

Type Alias Plugin 

Source
pub type Plugin = PluginContainer<Message, Event>;

Aliased Type§

pub struct Plugin {
    pub ports: PluginPorts<Message, Event>,
    pub message_loop: Pin<Box<dyn Future<Output = ()> + Send>>,
}

Fields§

§ports: PluginPorts<Message, Event>§message_loop: Pin<Box<dyn Future<Output = ()> + Send>>