pub trait Nomable { // Provided method fn eat(&self) -> String { ... } }
Just another way to eat things – exists to show conflicting trait methods.