Trait liquid::compiler::ParseTagClone [] [src]

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

Required Methods

Implementors