Trait df_plugin::Plugin

source ·
pub trait Plugin {
    fn model(&mut self, name: &str) -> Box<dyn Model>;
    fn title(&mut self) -> String;
}
Expand description

插件

Required Methods§

模型名称

Implementors§