Skip to main content

DumpNode

Trait DumpNode 

Source
pub trait DumpNode {
    // Required method
    unsafe fn dump_to_html(
        &self,
        options: DumpOptions,
        current_depth: u8,
    ) -> String;
}

Required Methods§

Source

unsafe fn dump_to_html(&self, options: DumpOptions, current_depth: u8) -> String

Implementors§