Type Alias LazyAttribute

Source
pub type LazyAttribute<F> = Lazy<F, AttributeValue>;
Available on crate feature alloc only.
Expand description

An attribute value lazily rendered via a closure.

This is a type alias for Lazy<F, AttributeValue>.

Aliased Typeยง

pub struct LazyAttribute<F> { /* private fields */ }