pub(crate) async fn get_user_client(
user_index: u16,
db_path: &Option<PathBuf>,
invite_code: &Option<InviteCode>,
) -> Result<(ClientHandleArc, Option<InviteCode>)>
pub(crate) async fn get_user_client(
user_index: u16,
db_path: &Option<PathBuf>,
invite_code: &Option<InviteCode>,
) -> Result<(ClientHandleArc, Option<InviteCode>)>