Module base

Source
Expand description

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 Aliases§

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