pub trait Invertible
where Self: Sized,
{ // Required method fn invert(x: &Self) -> CtOption<Self>; }

Required Methods§

source

fn invert(x: &Self) -> CtOption<Self>

Object Safety§

This trait is not object safe.

Implementors§