Enum straw::attribute::Attr [] [src]

pub enum Attr {
    KeyValue(StringString),
    Bool(Stringbool),
}

Variants

Methods

impl Attr
[src]