Trait liquid::compiler::IncludeClone [] [src]

pub trait IncludeClone {
    fn clone_box(&self) -> Box<Include>;
}

Required Methods

Implementors