pub trait Interpolate {
    fn interpolate(&self) -> Self;
}

Required methods

Implementors