JobId

Type Alias JobId 

Source
pub type JobId = TypedId<2>;

Aliased Type§

pub struct JobId {
    pub(crate) inner: u32,
}

Fields§

§inner: u32

Implementations§

Source§

impl JobId

Source

pub fn is_mv_table_id(self, table_id: TableId) -> bool

Source

pub fn as_mv_table_id(self) -> TableId