errors.fyi community error code reference
E0107
rust

Wrong Generic Argument Count

The wrong number of generic type or lifetime arguments was supplied when using a generic item. The count must exactly match the item's declaration.

References

โ† all namespaces for E0107