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.