Trait redgold_schema::trust::FloatRoundedConvert
source · pub trait FloatRoundedConvert {
// Required method
fn to_rounded_i64(&self) -> i64;
}pub trait FloatRoundedConvert {
// Required method
fn to_rounded_i64(&self) -> i64;
}