Expand description

Configurable policies for element reuse.

Structs

A Recycle implementation for any type implementing Default and Clone.

A Recycle implementation for types that provide with_capacity, clear, and shrink_to methods.

Traits

A policy defining how pooled elements of type T are reused.