Type Definition dairy::String[][src]

type String<'a> = Cow<'a, str>;
Expand description

Convenient type alias for a clone-on-write str.