pub type Text = OurString<RcBytes, INLINE_SIZE>;
The type used to represent text in the runtime.
Text values are shared reference types and are cheap to clone.
Text
pub struct Text(/* private fields */);