Trait IncludeClone
liquid_compiler
pub trait IncludeClone { fn clone_box(&self) -> Box<Include>; }
impl<R> Read for Box<R> where R: Read + ?Sized, impl<W> Write for Box<W> where W: Write + ?Sized, impl<I> Iterator for Box<I> where I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
fn clone_box(&self) -> Box<Include>
impl<T> IncludeClone for T where T: 'static + Include + Clone,