pub type UserNameRef = NicknameRef;
Expand description
A reference to a borrowed UserName
, also specified as login. Should not be capitalized.
Aliased Typeยง
struct UserNameRef(/* private fields */);
pub type UserNameRef = NicknameRef;
A reference to a borrowed UserName
, also specified as login. Should not be capitalized.
struct UserNameRef(/* private fields */);