Skip to main content

SetGraphName

Trait SetGraphName 

Source
pub trait SetGraphName {
    // Required method
    fn set_graph_name(&mut self, name: &str);
}

Required Methods§

Source

fn set_graph_name(&mut self, name: &str)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§