Type Alias PQLBoolean

Source
pub type PQLBoolean = bool;

Trait Implementations§

Source§

impl TryFrom<VmStackValue> for PQLBoolean

Source§

type Error = TryIntoError<VmStackValue>

The type returned in the event of a conversion error.
Source§

fn try_from(value: VmStackValue) -> Result<Self, TryIntoError<VmStackValue>>

Performs the conversion.