[][src]Trait show_notes::e024::Eatable

pub trait Eatable<T> {
    fn eat(&self) -> T;
}

Demonstrate a generic trait.

Required methods

fn eat(&self) -> T

Loading content...

Implementations on Foreign Types

impl Eatable<String> for i32[src]

Loading content...

Implementors

Loading content...