aboutsummaryrefslogtreecommitdiff
path: root/examples/with-3rd-party/interfaces/ninja.rs
blob: c4e9a5975d75cf19719045654220b7771ba15f9e (plain)
1
2
3
4
pub trait INinja
{
    fn throw_shuriken(&self);
}