musli_core

Module no_std

Source
Expand description

Trait fills for #[no_std] environments.

  • ToOwned - if the alloc feature is enabled, this is an alias for alloc::borrow::ToOwned.

Traitsยง

  • A generalization of Clone to borrowed data.