Module push_trait::append [] [src]

Traits for moving data between collectinos without freeing resources.

Traits

Append

A trait for moving data from one collection into another without freeing resources.

AppendBack

A trait for moving data from one collection onto the back of another without freeing resources.

AppendFront

A trait for moving data from one collection onto the front of another without freeing resources.