pub trait PhraseString { // Required method fn to_string(&self, string_cache: &StringCache) -> String; }