rust · rust/E0283
E0283
Ambiguous Type Inference
The compiler cannot infer a unique type for a value because multiple types satisfy the applicable trait bounds. Add an explicit type annotation to resolve the ambiguity.
The compiler cannot infer a unique type for a value because multiple types satisfy the applicable trait bounds. Add an explicit type annotation to resolve the ambiguity.