aboutsummaryrefslogtreecommitdiff
path: root/example/src/interfaces/human.rs
blob: dc201948d8814580d41ed05edb1fd4de3328f8b4 (plain)
1
2
3
4
pub trait IHuman
{
    fn make_pets_make_sounds(&self);
}