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