Q
egglog
2.0.0
Q
Aliased Type
Fields
0
Trait Implementations
FromValue
IntoValue
In egglog::
sort
egglog
::
sort
Type Alias
Q
Copy item path
Source
pub type Q =
Boxed
<
BigRational
>;
Aliased Type
§
pub struct Q(pub
Ratio
<
BigInt
>);
Tuple Fields
§
§
0:
Ratio
<
BigInt
>
Trait Implementations
§
Source
§
impl
FromValue
for
Q
Source
§
fn
from_value
(value:
Value
, bv: &
BaseValues
) -> Self
Source
§
impl
IntoValue
for
Q
Source
§
fn
into_value
(self, bv: &
BaseValues
) ->
Value