Trait flo_ui::ToJsonValue [] [src]

pub trait ToJsonValue {
    fn to_json(&self) -> Value;
}

Trait implemented by types that can be converted to and from a JSON value representation

Required Methods

Creates a JSON representation of this item

Implementors