[][src]Crate literal

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.