macro_rules! import {
    () => { ... };
}
Expand description

Creates the prelude for this crate. This macro is meant to a substitute for the use trait_based_collection::prelude::* statement if the macros in this crate are also needed.

Example

use trait_based_collection::import;
import!();