pub type PQLLong = i64;Trait Implementations§
Source§impl TryFrom<VmStackValue> for PQLLong
impl TryFrom<VmStackValue> for PQLLong
Source§impl TryFrom<VmStackValueNum> for PQLLong
impl TryFrom<VmStackValueNum> for PQLLong
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.