Trait Phase

Source
pub trait Phase {
    // Required methods
    fn select(&self, p: PerPhase<bool>) -> bool;
    fn cascade(&mut self, declaration: &LonghandDeclaration);
}

Required Methods§

Source

fn select(&self, p: PerPhase<bool>) -> bool

Source

fn cascade(&mut self, declaration: &LonghandDeclaration)

Implementors§