Consider: ``` pub struct Some(PathBuf); ``` How to derive `Display` for it? Is there some way to specify that the code needs to call `.display()` on the member?