pub trait Replica {
    fn replicate(&self) -> Box<dyn Style>;
}

Required Methods

Implementors