Docs.rs
rlay-plugin-interface-0.3.0
rlay-plugin-interface 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
hobofan
Dependencies
ambassador ^0.2.1
normal
async-trait ^0.1.24
normal
rlay-backend ^0.3.0
normal
rlay_ontology ^0.2.6
normal
serde_json ^1
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rlay_
plugin_
interface
0.3.0
Filter
Backend
Implementors
In crate rlay_
plugin_
interface
rlay_plugin_interface
Trait
FilterBackend
Copy item path
Source
pub trait FilterBackend:
Send
+
Sync
+
GetEntity
+
ResolveEntity
{ }
Implementors
§
Source
§
impl<T:
Send
+
Sync
+
GetEntity
+
ResolveEntity
>
FilterBackend
for T