StringValue

Type Alias StringValue 

Source
pub type StringValue = ArcStr;
Expand description

String type for SQL values using ArcStr with small string optimization (SSO). Strings ≤22 bytes are stored inline without heap allocation.

Aliased Type§

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