[][src]Trait liquid::compiler::ParseBlockClone

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

Required methods

fn clone_box(&self) -> Box<dyn ParseBlock + 'static>

Loading content...

Implementors

impl<T> ParseBlockClone for T where
    T: 'static + ParseBlock + Clone
[src]

Loading content...