pub trait DirectivePayload:
Debug
+ Send
+ Sync
+ DynClone
+ Serialize
+ Deserialize { }Expand description
Trait for custom directive payloads.
Implement this trait and use #[typetag::serde] for serialization support.
pub trait DirectivePayload:
Debug
+ Send
+ Sync
+ DynClone
+ Serialize
+ Deserialize { }Trait for custom directive payloads.
Implement this trait and use #[typetag::serde] for serialization support.