Skip to main content

FpExt

Trait FpExt 

Source
pub trait FpExt {
    // Required method
    fn to_decimal(&self) -> String;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl FpExt for Fp

Source§

impl FpExt for Fq

Implementors§