Skip to main content

SetPrintNodes

Trait SetPrintNodes 

Source
pub trait SetPrintNodes {
    // Required method
    fn set_print_nodes(&self, val: bool);
}

Required Methods§

Source

fn set_print_nodes(&self, val: bool)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§