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.
pub trait StaticEventContent: EventContent {
const TYPE: &'static str;
}
An event content type with a statically-known event type
value.