template_builder

Trait Templatable

Source
pub trait Templatable {
    type New: Template<Output = Self>;
}

Required Associated Types§

Source

type New: Template<Output = Self>

Implementors§