Re-exports§
pub use crate::plugin::Plugin;pub use crate::plugin::PluginMetadata;
Macros§
- json
- Construct a
serde_json::Valuefrom 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.