pub fn borrow_clone_text<'a, 'b: 'a>(text: &'b Text<'a>) -> Text<'a>Expand description
Convert a &Text to a Text by using Cow::Borrowed.
pub fn borrow_clone_text<'a, 'b: 'a>(text: &'b Text<'a>) -> Text<'a>Convert a &Text to a Text by using Cow::Borrowed.