substrate

Module types

Source
Expand description

Traits and types for defining interfaces and signals in Substrate.

Modules§

  • Traits and types for layout IOs.
  • Traits and types for schematic IOs.

Structs§

Enums§

Traits§

  • A bundle kind.
  • Indicates that an IO specifies signal directions for all of its fields.
  • The length of the flattened list.
  • Flatten a structure into a list.
  • A construct with an associated BundleKind.
  • An object with named flattened components.
  • A trait implemented by block input/output interfaces.
  • Unflatten a structure from an iterator.

Type Aliases§

Derive Macros§

  • Derives BundleKind for a struct.
  • Derives Io for a struct.