errors.fyi community error code reference
E0277
rust

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.

References

← all namespaces