Type Alias twitch_types::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 */);