[][src]Type Definition kas::string::CowStringL

type CowStringL<'a> = Cow<'a, str>;

Convenience definition: Cow<'a, str>