mina_
tree
0.16.0
FpExt
Required Methods
to_decimal
Implementations on Foreign Types
Fp
Fq
Implementors
In mina_
tree::
util
mina_tree
::
util
Trait
FpExt
Copy item path
Source
pub trait FpExt { // Required method fn
to_decimal
(&self) ->
String
; }
Required Methods
§
Source
fn
to_decimal
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
FpExt
for Fp
Source
§
fn
to_decimal
(&self) ->
String
Source
§
impl
FpExt
for Fq
Source
§
fn
to_decimal
(&self) ->
String
Implementors
§