Trait NormalisedMessage
Source pub trait NormalisedMessage:
Any
+ Debug
+ Display
+ Send
+ Sync
+ 'static
+ Serialize
+ Deserialize {
// Required methods
fn source(&self) -> ExtractorIdentity;
fn drop_state(&self) -> Arc<dyn NormalisedMessage>;
fn as_any(&self) -> &dyn Any;
}
Serialize this value into the given Serde serializer.
Read more
Serialize this value into the given Serde serializer.
Read more
Serialize this value into the given Serde serializer.
Read more
Serialize this value into the given Serde serializer.
Read more