Function text

Source
pub fn text<'a, T: Display, R: Renderer>(
    content: impl Into<Text<'a, T, R>>,
) -> Text<'a, T, R>