Trait halo2_backend::poly::Basis

source ·
pub trait Basis: Copy + Debug + Send + Sync { }
Expand description

The basis over which a polynomial is described.

Object Safety§

This trait is not object safe.

Implementors§