Type Alias RawAttribute

Source
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 */ }