PhraseString

Trait PhraseString 

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

Required Methods§

Source

fn to_string(&self, string_cache: &StringCache) -> String

Implementors§