OwnedTemplate

Type Alias OwnedTemplate 

Source
pub type OwnedTemplate<A> = Template<Box<str>, A>;
Expand description

A type alias for a template which owns its own data.

Aliased Typeยง

pub struct OwnedTemplate<A> { /* private fields */ }