show_notes
0.3.1
Eatable
Required Methods
eat
Implementations on Foreign Types
i32
Implementors
In show_notes::e024
Trait
show_notes
::
e024
::
Eatable
Copy item path
source
·
[
−
]
pub trait Eatable<T> { // Required method fn
eat
(&self) -> T; }
Expand description
Demonstrate a generic trait.
Required Methods
§
source
fn
eat
(&self) -> T
Implementations on Foreign Types
§
source
§
impl
Eatable
<
String
> for
i32
source
§
fn
eat
(&self) ->
String
Implementors
§