[][src]Trait aeon::convert_panic::AeonObjectConvert

pub trait AeonObjectConvert {
    fn get(&self, prop: &str) -> AeonValue;
fn get_path(&self, path: &str) -> AeonValue;
fn remove(&mut self, prop: &str) -> AeonValue;
fn remove_path(&mut self, path: &str) -> AeonValue; }

Required methods

fn get(&self, prop: &str) -> AeonValue

fn get_path(&self, path: &str) -> AeonValue

fn remove(&mut self, prop: &str) -> AeonValue

fn remove_path(&mut self, path: &str) -> AeonValue

Loading content...

Implementors

impl AeonObjectConvert for AeonObject[src]

Loading content...