[][src]Trait show_notes::e023::Nomable

pub trait Nomable {
    fn eat(&self) -> String { ... }
}

Just another way to eat things – exists to show conflicting trait methods.

Provided methods

fn eat(&self) -> String

Loading content...

Implementors

impl Nomable for MoarBreakfast[src]

Loading content...