[][src]Trait aeon::AeonSerialize

pub trait AeonSerialize {
    fn to_aeon(&self) -> String;
fn serialize_aeon_property(&self) -> AeonValue;
fn create_macros(insert_self: bool) -> HashMap<String, Macro>; }

Required methods

fn to_aeon(&self) -> String

fn serialize_aeon_property(&self) -> AeonValue

fn create_macros(insert_self: bool) -> HashMap<String, Macro>

Loading content...

Implementations on Foreign Types

impl AeonSerialize for bool[src]

impl AeonSerialize for String[src]

impl AeonSerialize for i64[src]

impl AeonSerialize for i32[src]

impl AeonSerialize for i16[src]

impl AeonSerialize for i8[src]

impl AeonSerialize for u64[src]

impl AeonSerialize for u32[src]

impl AeonSerialize for u16[src]

impl AeonSerialize for u8[src]

impl AeonSerialize for f64[src]

impl AeonSerialize for f32[src]

Loading content...

Implementors

Loading content...