pub type PQLDouble = f64;Trait Implementations§
Source§impl TryFrom<VmStackValue> for PQLDouble
impl TryFrom<VmStackValue> for PQLDouble
Source§impl TryFrom<VmStackValueNum> for PQLDouble
impl TryFrom<VmStackValueNum> for PQLDouble
Source§type Error = TryIntoError<VmStackValueNum>
type Error = TryIntoError<VmStackValueNum>
The type returned in the event of a conversion error.
Source§fn try_from(
value: VmStackValueNum,
) -> Result<Self, TryIntoError<VmStackValueNum>>
fn try_from( value: VmStackValueNum, ) -> Result<Self, TryIntoError<VmStackValueNum>>
Performs the conversion.