pub trait Interpolate {
    fn interpolate(&self) -> Self;
}
This is supported on crate feature object only.

Required methods

Implementors