Type Definition liquid::model::KString

pub type KString = KStringBase<Box<str, Global>>;
Expand description

A UTF-8 encoded, immutable string.