pub type OwnedTemplate<A> = Template<Box<str>, A>;
A type alias for a template which owns its own data.
pub struct OwnedTemplate<A> { /* private fields */ }