Skip to main content

Templatable

Trait Templatable 

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

Required Associated Types§

Source

type New: Template<Output = Self>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§