pub trait DecodeDefault {
    fn default() -> Self;
}

Required methods

Implementors