Skip to main content

ToBigInt

Trait ToBigInt 

Source
pub trait ToBigInt {
    // Required method
    fn bigint(&self) -> Expr;
}
Expand description

Trait to easily convert primitive types to symbolic BigInt expressions.

Required Methods§

Source

fn bigint(&self) -> Expr

Converts the value to a symbolic BigInt expression.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§