pub trait FFElem:
ZZElem
+ Div<Output = Self>
+ DivAssign {
// Provided method
fn inv(self) -> Self { ... }
}Expand description
有限体$\mathbb{F}_p$の元
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.