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

Required Methods§

Implementors§