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