pub trait AsItemsList { // Required method fn get_near_items_id(&self, id: i32) -> (Option<i32>, Option<i32>); }