Trait Nomable
show_notes::e023
pub trait Nomable { fn eat(&self) -> String { ... } }
Just another way to eat things – exists to show conflicting trait methods.
fn eat(&self) -> String
impl Nomable for MoarBreakfast