Module prelude

Module prelude 

Source

Re-exports§

pub use crate::plugin::Plugin;
pub use crate::plugin::PluginMetadata;

Macros§

json
Construct a serde_json::Value from a JSON literal.

Enums§

Value
Represents any valid JSON value.

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
Serialize
A data structure that can be serialized into any data format supported by Serde.

Derive Macros§

Deserialize
Serialize