pub fn get(id: i32) -> User
Get a user by id
use json_placeholder_data::users::get; assert_eq!( get(1).name.as_str(), "Leanne Graham", );