[−][src]Module ontio_std::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
| Box | A pointer type for heap allocation. |
| 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 |