Available on crate feature
std only.Expand description
Prelude module for convenient imports.
This module re-exports commonly used types and traits for convenience,
allowing users to import multiple items with a single use statement.
§Example
use bare_types::prelude::*;