Trait show_notes::e023::Nomable

source ·
pub trait Nomable {
    // Provided method
    fn eat(&self) -> String { ... }
}
Expand description

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

Provided Methods§

source

fn eat(&self) -> String

Implementors§