errors.fyi community error code reference
E0599
rust

Method Not Found

A method was called on a type that does not implement that method. Either implement the method for the type or use a type that already provides it.

References

โ† all namespaces for E0599