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

Required Methods§

Implementors§