1pub mod generic_type_study; 2pub mod lifetime_study; 3pub mod mix_usage; 4#[cfg(test)] 5mod test_study; 6pub mod traits_study;