JobId

Type Alias JobId 

Source
pub type JobId = TypedId<2>;

Aliased Type§

#[repr(transparent)]
pub struct JobId(pub(crate) u32);

Tuple Fields§

§0: 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