Module radix_rust::prelude

source ·
Expand description

Each module should have its own prelude, which:

  • Adds preludes of upstream crates
  • Exports types with specific-enough names which mean they can safely be used downstream.

The idea is that we can just include the current crate’s prelude and avoid messing around with tons of includes. This makes refactors easier, and makes integration into the node less painful.

Re-exports§

Structs§

Traits§

  • This trait is used where context is required to correctly display a value.

Functions§