into-attr 0.1.1

the macros helping to transform attributes in graphviz-rust library
Documentation
1
2
3
4
use dot_structures::Attribute;
pub trait IntoAttribute {
    fn into_attr(self) -> Attribute;
}