Type Alias Bucket

Source
type Bucket = HashMap<Option<SizeHint>, Entry>;
Expand description

SVG:s might have several different sizes loaded

Aliased Typeยง

struct Bucket { /* private fields */ }