Expand description
Basic traits and types for moving or copying data into a collection.
Structs§
- Pushed
Val - Represents a pushed value that has been dropped.
Traits§
- CanPush
- A trait for collections which can implement some form of
Pushtrait. - Push
- A trait for moving data into a collection.
Type Aliases§
- Nothing
- Represents that no value can ever be pushed out of a collection.