Trait json_writer::JSONWriterValue
source · pub trait JSONWriterValue {
fn write_json(self, output_buffer: &mut String);
}Expand description
Types with this trait can be converted to JSON
Required Methods§
sourcefn write_json(self, output_buffer: &mut String)
fn write_json(self, output_buffer: &mut String)
Appends a JSON representation of self to the output buffer