pub trait PossiblyRedactedStateEventContent: EventContent<EventType = StateEventType> {
type StateKey: AsRef<str> + Clone + Debug + DeserializeOwned + Serialize;
}
Available on crate feature
events
only.Expand description
Content of a state event.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.