Files
into_attr/
lib.rs
1
use
dot_structures::Attribute;
2
pub trait
IntoAttribute {
3
fn
into_attr(
self
) -> Attribute;
4
}