pub type AttrsRef<'a> = Vec<(Cow<'a, str>, ValueRef<'a>)>;
pub struct AttrsRef<'a> { /* private fields */ }