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-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
rlay_
plugin_
interface
0.3.0
Module prelude
Module Items
Re-exports
Enums
Traits
Type Aliases
In crate rlay_
plugin_
interface
rlay_plugin_interface
Module
prelude
Copy item path
Source
Re-exports
§
pub use super::
FilterContext
;
pub use super::
RlayFilter
;
Enums
§
Entity
Value
Represents any valid JSON value.
Traits
§
GetEntity
Resolve
Entity
Type Aliases
§
BoxFuture
An owned dynamically typed
Future
for use in cases where you can’t statically type your result or need to add some indirection.