Type Alias chris::Plugin

source ·
pub type Plugin<A> = LinkedModel<PluginResponse, A>;
Expand description

A ChRIS plugin.

Aliased Type§

struct Plugin<A> {
    pub object: PluginResponse,
    /* private fields */
}

Fields§

§object: PluginResponse

Implementations§