Type Alias InnerConfig

Source
pub type InnerConfig = AsmConfig<InnerVal, InnerChallenge>;

Aliased Type§

struct InnerConfig(/* private fields */);

Trait Implementations

Source§

impl<F, EF> Clone for AsmConfig<F, EF>
where F: Clone, EF: Clone,

Source§

fn clone(&self) -> AsmConfig<F, EF>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<F, EF> Config for AsmConfig<F, EF>

Source§

type N = F

Source§

type F = F

Source§

type EF = EF

Source§

impl<F, EF> Debug for AsmConfig<F, EF>
where F: Debug, EF: Debug,

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl<F, EF> Default for AsmConfig<F, EF>
where F: Default, EF: Default,

Source§

fn default() -> AsmConfig<F, EF>

Returns the “default value” for a type. Read more