pub type LetterSpacing = GenericLetterSpacing<LengthPercentage>;
Expand description
This is generic just to make the #[derive()] code do the right thing for lengths.
Aliased Type§
#[repr(transparent)]pub struct LetterSpacing(pub LengthPercentage);
Tuple Fields§
§0: LengthPercentage