Docs.rs
df-plugin-0.1.0
df-plugin 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
carryxd
Dependencies
df-cache ^0.1.0
normal
df-db ^0.1.0
normal
df-fields ^0.1.1
normal
json ^0.12.4
normal
Versions
57.14%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Plugin
Required Methods
model
Implementors
In df_plugin
?
Trait
df_plugin
::
Plugin
source
·
[
−
]
pub trait Plugin { fn
model
(&mut self, name: &
str
) ->
Box
<dyn
Model
>; }
Expand description
插件
Required Methods
§
source
fn
model
(&mut self, name: &
str
) ->
Box
<dyn
Model
>
Implementors
§
source
§
impl
Plugin
for
TestPlugin