Trait seec::circuit::GateIdx

source ·
pub trait GateIdx: IndexType + Integer + Copy + Send + Sync + TryFrom<usize> + TryFrom<u32> + TryFrom<u16> + Into<GateId<Self>> + Pod { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> GateIdx for T
where T: IndexType + Integer + Copy + Send + Sync + TryFrom<usize> + TryFrom<u32> + TryFrom<u16> + Into<GateId<Self>> + Pod,