Skip to main content

ISerializedDictionary_2Methods

Trait ISerializedDictionary_2Methods 

Source
pub trait ISerializedDictionary_2Methods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn on_before_serialize(self)
       where Self: Sized { ... }
    fn on_after_deserialize(self)
       where Self: Sized { ... }
    fn ctor(self)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn on_before_serialize(self)
where Self: Sized,

Source

fn on_after_deserialize(self)
where Self: Sized,

Source

fn ctor(self)
where Self: Sized,

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§