[−][src]Module alloc::prelude::v1
🔬 This is a nightly-only experimental API. (
alloc_prelude
)The first version of the prelude of alloc
crate.
See the module-level documentation for more.
Structs
String | A UTF-8 encoded, growable string. |
Vec | A contiguous growable array type, written |
Traits
ToOwned | A generalization of |
ToString | A trait for converting a value to a |