Type Alias PQLRankSet

Source
pub type PQLRankSet = Rank16;

Aliased Type§

pub struct PQLRankSet(/* private fields */);

Trait Implementations§

Source§

impl TryFrom<VmStackValue> for PQLRankSet

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.