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

Get UserId from the type reference.

Required Methods§

Implementors§