ToUserId

Trait ToUserId 

Source
pub trait ToUserId {
    // Required method
    fn to_user_id(&self) -> UserId;
}
Expand description

Get UserId from the type reference.

Required Methods§

Implementors§