Trait Interest

Source
pub trait Interest {
    // Required method
    fn interesting(&self) -> bool;
}

Required Methods§

Source

fn interesting(&self) -> bool

Implementations on Foreign Types§

Source§

impl Interest for i32

Implementors§