Skip to main content

PbMatchRecognizeDefineSlot

Type Alias PbMatchRecognizeDefineSlot 

Source
pub type PbMatchRecognizeDefineSlot = MatchRecognizeDefineSlot;

Aliased Type§

pub struct PbMatchRecognizeDefineSlot {
    pub kind: i32,
    pub vars: Vec<String>,
    pub col_idx: u32,
    pub offset: u32,
}

Fields§

§kind: i32§vars: Vec<String>§col_idx: u32§offset: u32