pub trait ToDotAttributes { // Required method fn to_dot_attributes(&self) -> Vec<(String, String)>; }