1 2 3 4 5 6 7 8
import!(); requests!(UsersQuery, users); impl<'c> UsersQuery<'c> { path!(user); path!(-> keys); path!(key); }