rust · rust/E0277
E0277
Trait Bound Not Satisfied
A type used in a context that requires a particular trait does not implement that trait. Either implement the required trait for the type or use a type that already satisfies the bound.
A type used in a context that requires a particular trait does not implement that trait. Either implement the required trait for the type or use a type that already satisfies the bound.