[][src]Trait liquid_compiler::ParseBlockClone

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

Required methods

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

Loading content...

Implementors

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

Loading content...