[][src]Trait tao_of_rust::ch01::Fly

pub trait Fly {
    fn fly(&self) -> bool;
}

Required Methods

Implementors

impl Fly for Duck
[src]

impl Fly for Pig
[src]