[][src]Trait usvg::IsDefault

pub trait IsDefault: Default {
    fn is_default(&self) -> bool;
}

Checks that type has a default value.

Required methods

fn is_default(&self) -> bool

Checks that type has a default value.

Loading content...

Implementors

impl<T: Default + PartialEq + Copy> IsDefault for T[src]

Loading content...