[][src]Trait json_trait_rs::JsonTypeToString

pub trait JsonTypeToString {
    fn to_json_string(&self) -> String;
}

Required methods

fn to_json_string(&self) -> String

Loading content...

Implementations on Foreign Types

impl JsonTypeToString for JsonValue[src]

impl JsonTypeToString for Value[src]

Loading content...

Implementors

impl JsonTypeToString for RustType[src]

impl<T: JsonType> JsonTypeToString for T[src]

Loading content...