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