Type Alias Text

Source
pub type Text = OurString<RcBytes, INLINE_SIZE>;
Expand description

The type used to represent text in the runtime.

Text values are shared reference types and are cheap to clone.

Aliased Typeยง

pub struct Text(/* private fields */);