Skip to main content

SerializableInkObject

Trait SerializableInkObject 

Source
pub trait SerializableInkObject {
    // Required method
    fn to_json(&self) -> String;
}

Required Methods§

Source

fn to_json(&self) -> String

Implementors§