Trait Fly
tao_of_rust::ch01
pub trait Fly { fn fly(&self) -> bool; }
fn fly(&self) -> bool
impl Fly for Duck
impl Fly for Pig