[][src]Trait default_ext::DefaultExt

pub trait DefaultExt {
    fn is_default(&self) -> bool;
}

Required methods

fn is_default(&self) -> bool

Loading content...

Implementors

impl<T> DefaultExt for T where
    T: Default + PartialEq
[src]

Loading content...