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

Required methods

Implementors