pub trait LangSupportsEval: Lang { }
Expand description

Marker trait indicating that a language supports quoted string interpolation.

Implementors