Searched refs:NoItem (Results 1 – 3 of 3) sorted by relevance
103 let mut total_weight: X = iter.next().ok_or(WeightedError::NoItem)?.borrow().clone(); in new()343 WeightedError::NoItem in test_weightedindex()428 NoItem, enumerator447 WeightedError::NoItem => write!(f, "No weights provided."), in fmt()
31 Err(WeightedError::NoItem) in new()
1096 Err(WeightedError::NoItem) in test_weighted()1100 Err(WeightedError::NoItem) in test_weighted()