Module r3::utils

source ·
Expand description

Utilities. This module re-exports items from r3_core::utils that are subject to the application-side API stability guarantee.

Traits

  • Trait for types having a constant default value. This is essentially a constant version of Default.
  • Trait for types that can be safely created with zeroed.
  • Trait for types which are Zeroable when wrapped in Option.

Derive Macros

  • Derive the Zeroable trait for a struct