default_ext

Trait DefaultExt

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

Required Methods§

Source

fn is_default(&self) -> bool

Implementors§

Source§

impl<T> DefaultExt for T
where T: Default + PartialEq,