Module crow_util::traits[][src]

This module contains traits which are needed by the crow_engine.

For more information and examples, look at each individual actual traits.

Traits

GetTwo

Used to mutably borrow 2 elements from a collection at once.

RetainMut

Used to remove all elements from a collection for which the predicate f does not return true.