[][src]Type Definition ruma_identifiers::ServerKeyIdRef

type ServerKeyIdRef<'a> = ServerKeyId<&'a str>;

A reference to a homeserver signing key identifier containing a key algorithm and version.

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