pub trait AeonSerializeProperty {
// Required methods
fn serialize_property(&self) -> SerializeResult<AeonValue>;
fn create_property_macros(insert_self: bool) -> HashMap<String, AeonMacro>;
}Required Methods§
fn serialize_property(&self) -> SerializeResult<AeonValue>
fn create_property_macros(insert_self: bool) -> HashMap<String, AeonMacro>
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.