Closed
Description
An example (originally found in this SO question) is PathBuf - it shows a static method on Path
in the "Methods from Deref" section, but naturally static methods can't be called through Deref
since it requires having an object.