Type Definition xml5ever::serialize::AttrRef [] [src]

type AttrRef<'a> = (&'a QName, &'a str);

Type representing a single attribute. Contains qualified name and value to attribute respectivelly.