Trait darkfi::zk::halo2::plonk::ColumnType

pub trait ColumnType: Sized + 'static + Copy + Debug + PartialEq + Eq + Into<Any> { }
Expand description

A column type

Object Safety§

This trait is not object safe.

Implementors§