Type Definition liquid::model::KStringCow

pub type KStringCow<'s> = KStringCowBase<'s, Box<str, Global>>;
Expand description

A reference to a UTF-8 encoded, immutable string.