Trait swf_types::float_is::Is[][src]

pub trait Is {
    fn is(&self, other: &Self) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors