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