pub trait MarlinMode: 'static + Copy + Clone + Debug + PartialEq + Eq + Sync + Send {
    const ZK: bool;
}
Expand description

A trait to specify the Marlin mode.

Required Associated Constants§

source

const ZK: bool

Implementors§