1 2 3 4 5 6 7 8
use crate::*; #[derive(Debug)] pub struct User { pub user_id: UserId, pub name: String, pub non_fork_repositories_count: usize, }