[][src]Module prisma::channel::bounded_channel

Channels bounded between two values

Bounded channels are the only to support integer scalars

Structs

NormalBoundedChannel

A channel bounded between a minimum and a maximum value

NormalChannelTag

A tag uniquely identifying a NormalChannel

PosNormalBoundedChannel

A channel bounded between 0 and a maximum value

PosNormalChannelTag

A tag uniquely identifying a PosNormalChannel