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