Printer

Type Alias Printer 

Source
pub type Printer<'a, 'b, 'c, W> = Printer<'a, 'b, 'c, W>;
Expand description

The destination to output serialized attribute and CSS values

Aliased Typeยง

pub struct Printer<'a, 'b, 'c, W> { /* private fields */ }