Macros§
- array_
from - Combines the array literal with
.into()
. - list
- Literal for
LinkedList
. - list_
from - Combines the list literal with
.into()
. - map
- Map literal with
.into()
for each key and value. - set
- Set literal with
.into()
for each element. - vec_
from - Combines the vector literal with
.into()
.
Traits§
- MapLiteral
- Interface between map literals and map data types.
- SetLiteral
- Interface between set literals and set data types.