Trait dotavious::dot::DotString[][src]

pub trait DotString<'a> {
    fn dot_string(&self) -> Cow<'a, str>;
}

Required methods

Implementors