[][src]Type Definition ruma_identifiers::RoomVersionIdRef

type RoomVersionIdRef<'a> = RoomVersionId<&'a str>;

A reference to a room version ID.

Can be created using the version_N constructor functions and via TryFrom<&str>, implements Serialize if the serde feature is enabled.