[][src]Type Definition beryllium::CowStr

type CowStr = Cow<'static, str>;

Clone On Write, specific to &str and String.

Used where possible to save on allocations.