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.