Skip to main content

Entries

Type Alias Entries 

Source
type Entries<Key, Value> = Vec<(Key, Value)>;

Aliased Typeยง

struct Entries<Key, Value> { /* private fields */ }