Trait neptune::NeptuneField

source ·
pub trait NeptuneField: PrimeField { }
Expand description

Use a trait alias, so that we can have different traits depending on the features.

When cuda and/or opencl is enabled, then the field also needs to implement GpuName.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<_INNER> NeptuneField for _INNERwhere _INNER: PrimeField,