errors.fyi community error code reference
E0618
rust

Call of Non-function

A value that is not a function or closure was invoked with (). Only functions, closures, and types implementing the Fn traits may be called with parentheses.

References

← all namespaces