Struct fv_template::rt::Context [−][src]
pub struct Context<TFill, TMissing> { /* fields omitted */ }Expand description
A context used to render a template.
Implementations
Provide a function to fill the holes in the template with.
Trait Implementations
Auto Trait Implementations
impl<TFill, TMissing> RefUnwindSafe for Context<TFill, TMissing> where
TFill: RefUnwindSafe,
TMissing: RefUnwindSafe, impl<TFill, TMissing> UnwindSafe for Context<TFill, TMissing> where
TFill: UnwindSafe,
TMissing: UnwindSafe,