Trait usvg::IsDefault[][src]

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

Checks that type has a default value.

Required methods

Checks that type has a default value.

Implementors