Module push_trait::base [] [src]

Basic traits and types for moving or copying data into a collection.

Structs

PushedVal

Represents a pushed value that has been dropped.

Traits

CanPush

A trait for collections which can implement some form of Push trait.

Push

A trait for moving data into a collection.

Type Definitions

Nothing

Represents that no value can ever be pushed out of a collection.