Expand description
Helper structs to generate a different output than given input.
This allows e.g. to store a String
but output a &'static str
.
Structs§
- Let
Bake
output a&'static [T]
for anything that can be iterated over.
Type Aliases§
- Alias for
AsStaticStr<String>
. - Alias for
IteratorAsRefSlice<Vec<T>, T>
.