ToDict

Trait ToDict 

Source
pub trait ToDict: ObjectWrite {
    // Required method
    fn to_dict(&self, update: &mut impl Updater) -> Result<Dictionary>;
}

Required Methods§

Source

fn to_dict(&self, update: &mut impl Updater) -> Result<Dictionary>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§