Struct style::context::EagerPseudoCascadeInputs
[−]
[src]
pub struct EagerPseudoCascadeInputs(_);
A list of cascade inputs for eagerly-cascaded pseudo-elements. The list is stored inline.
Methods
impl EagerPseudoCascadeInputs
[src]
pub fn into_array(self) -> Option<[Option<CascadeInputs>; 3]>
[src]
Returns the list of rules, if they exist.
Trait Implementations
impl Debug for EagerPseudoCascadeInputs
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more