Skip to main content

AttrsRef

Type Alias AttrsRef 

Source
pub type AttrsRef<'a> = Vec<(Cow<'a, str>, ValueRef<'a>)>;

Aliased Typeยง

pub struct AttrsRef<'a> { /* private fields */ }