pub trait QuietDisplay: Display { // Provided method fn write_str(&self, w: &mut dyn Write) -> Result { ... } }