1 2 3 4 5
#[derive(Clone, Debug, PartialEq, Eq, Hash)] pub enum InterpolPart<T> { Literal(T), Interpolation(super::Interpol), }