Trait proplate_core::template::interpolation::Interpolate
source · pub trait Interpolate {
// Required method
fn interpolate(&self, ctx: &Context) -> Self;
}Required Methods§
fn interpolate(&self, ctx: &Context) -> Self
Object Safety§
This trait is not object safe.