[][src]Trait curv_kzen::arithmetic::traits::ConvertFrom

pub trait ConvertFrom<T> {
    fn _from(_: &T) -> Self;
}

Required methods

fn _from(_: &T) -> Self

Loading content...

Implementations on Foreign Types

impl ConvertFrom<Mpz> for u64[src]

Loading content...

Implementors

Loading content...