pub trait ParseBlockClone {
    fn clone_box(&self) -> Box<dyn ParseBlock>;
}

Required Methods

Implementors