pub trait ItemsM: Items { // Required methods fn bound(&mut self, i: Uint) -> &mut Int; fn slack(&mut self, i: Uint) -> Int; }