[−][src]Module alloc::prelude 
The alloc Prelude
The purpose of this module is to alleviate imports of commonly-used
items of the alloc crate by adding a glob import to the top of modules:
extern crate alloc; use alloc::prelude::*;
Re-exports
| pub use borrow::ToOwned; | 
| pub use boxed::Box; | 
| pub use slice::SliceConcatExt; | 
| pub use string::String; | 
| pub use string::ToString; | 
| pub use vec::Vec; |