[][src]Trait liquid_compiler::ParseTagClone

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

Required methods

fn clone_box(&self) -> Box<dyn ParseTag>

Loading content...

Implementors

impl<T> ParseTagClone for T where
    T: 'static + ParseTag + Clone
[src]

Loading content...