Trait synstructure_test_traits::Interest [] [src]

pub trait Interest {
    fn interesting(&self) -> bool;
}

Required Methods

Implementations on Foreign Types

impl Interest for i32
[src]

[src]

Implementors