pub trait DynamicTextAnswer {
    fn as_str(&self, text: &DynamicText) -> Cow<'static, str>;
}

Required Methods

Implementors