Trait ruma::events::StaticEventContent
source · pub trait StaticEventContent: EventContent {
const TYPE: &'static str;
}
Expand description
An event content type with a statically-known event type
value.
Required Associated Constants§
Object Safety§
This trait is not object safe.