[][src]Type Definition ruma_identifiers::EventIdRef

type EventIdRef<'a> = EventId<&'a str>;

A reference to an event ID.

Can be created via TryFrom<&str>, implements Serialize if the serde feature is enabled.