Struct style::properties::shorthands::list_style::LonghandsToSerialize
[−]
[src]
pub struct LonghandsToSerialize<'a> { pub list_style_position: &'a SpecifiedValue, pub list_style_image: &'a SpecifiedValue, pub list_style_type: &'a SpecifiedValue, }
Represents a serializable set of all of the longhand properties that correspond to a shorthand.
Fields
list_style_position: &'a SpecifiedValue
list_style_image: &'a SpecifiedValue
list_style_type: &'a SpecifiedValue
Methods
impl<'a> LonghandsToSerialize<'a>
[src]
pub fn from_iter<I>(iter: I) -> Result<Self, ()> where
I: Iterator<Item = &'a PropertyDeclaration>,
[src]
I: Iterator<Item = &'a PropertyDeclaration>,
Tries to get a serializable set of longhands given a set of property declarations.