ToDotLabel

Trait ToDotLabel 

Source
pub trait ToDotLabel {
    // Required method
    fn to_dot_label(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToDotLabel for &str

Source§

impl ToDotLabel for String

Implementors§