pub trait UserTrait {
    fn get_user_info_by_id(&self, user_id: String) -> Result<Value, String>;
}

Required Methods§

Implementors§