[][src]Trait secp256kfun::marker::ZeroChoice

pub trait ZeroChoice { }

A marker trait implemented by Zero and NonZero.

Note it is rarely useful to define a function over any Z: ZeroChoice. This trait mostly just exists for consistency.

Implementors

impl ZeroChoice for NonZero[src]

impl ZeroChoice for Zero[src]

Loading content...