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