Trait json_writer::JSONWriterValue [−][src]
pub trait JSONWriterValue {
fn write_json(self, output_buffer: &mut String);
}Expand description
Types with this trait can be converted to JSON
Required methods
fn 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
