pub trait UserInfo { // Required method fn get(&self) -> Result<Member>; }
Get the user’s information from the remote API.