pub trait PossiblyRedactedStateEventContent: EventContent<EventType = StateEventType> {
type StateKey: AsRef<str> + Clone + Debug + DeserializeOwned + Serialize;
}
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.