pub type RawAttribute<T> = Raw<T, AttributeValue>;Expand description
A raw pre-escaped attribute value.
This is a type alias for Raw<T, Attribute>.
Aliased Typeยง
pub struct RawAttribute<T> { /* private fields */ }pub type RawAttribute<T> = Raw<T, AttributeValue>;A raw pre-escaped attribute value.
This is a type alias for Raw<T, Attribute>.
pub struct RawAttribute<T> { /* private fields */ }