Searched defs:WeightedError (Results 1 – 4 of 4) sorted by relevance
431 pub enum WeightedError { enum447 impl std::error::Error for WeightedError {} implementation449 impl fmt::Display for WeightedError { implementation
30 pub fn new(_weights: Vec<W>) -> Result<Self, WeightedError> { in new() argument