1 2 3 4 5 6
use super::kerberos_string::KerberosString; /// ```text /// Realm ::= KerberosString /// ```` pub(crate) type Realm = KerberosString;