[][src]Type Definition ruma_identifiers::UserIdRef

type UserIdRef<'a> = UserId<&'a str>;

A reference to a user ID.

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