[][src]Trait hson::Debug

pub trait Debug {
    fn print_nodes(&self, sorted: bool);
fn print_data(&mut self, pretty: bool);
fn get_raw_data(&mut self) -> String;
fn get_formatted_data(&mut self) -> String;
fn print_indexes(&self);
fn print_controls(&self);
fn print_cache(&self); }

Required methods

fn print_nodes(&self, sorted: bool)

fn print_data(&mut self, pretty: bool)

fn get_raw_data(&mut self) -> String

fn get_formatted_data(&mut self) -> String

fn print_indexes(&self)

fn print_controls(&self)

fn print_cache(&self)

Loading content...

Implementors

impl Debug for Hson[src]

Loading content...