pub type AttributeBuffer = Buffer<AttributeValue>;Available on crate feature
alloc only.Expand description
A buffer used for rendering attribute values.
This is a type alias for Buffer<AttributeValue>.
Aliased Typeยง
pub struct AttributeBuffer { /* private fields */ }