Module konst::alloc_type

source ·
Available on crate feature alloc only.
Expand description

Generic constants for types from the alloc crate, including String and Vec.

Structs§

  • An empty Cow<'_, [T]>. Usable to construct a [Cow<'_, [T]>; N].
  • An empty Vec<T>. Usable to construct a [Vec<T>; N].

Constants§

  • An empty Cow<'_, str>. Usable to construct a [Cow<'_, str>; N].
  • An empty String. Usable to construct a [String; N].