1 2 3 4
mod data; mod structs; pub use data::{get_sample_users_array_1, get_sample_users_vector_1}; pub use structs::TestStructUser;