Crate mdnt_groups_support

Crate mdnt_groups_support 

Source
Expand description

Support traits for the picus::group macro.

Includes some implementations of the DecomposeIn<Cell> trait for standard types but is not exhaustive. The implemented types cover the needs of the circuits crate.

If other external types are required their implementation should be added to this crate.

Traitsยง

DecomposeIn
Implementations of this trait represent complex types that aggregate a collection of [AssignedCell] values.