[][src]Module rlay_plugin_interface::prelude

Re-exports

pub use super::FilterContext;
pub use super::RlayFilter;

Enums

Entity
Value

Represents any valid JSON value.

Traits

GetEntity
ResolveEntity

Type Definitions

BoxFuture

An owned dynamically typed [Future] for use in cases where you can't statically type your result or need to add some indirection.