Searched defs:WeightedError (Results 1 – 2 of 2) 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