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

Required Methods

Implementors