twitch_types

Type Alias UserNameRef

Source
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 */);