Searched defs:HandlerStateCheckpoint (Results 1 – 1 of 1) sorted by relevance
444 try_table_info: Option<(HandlerStateCheckpoint, Vec<Block>)>, in push_block_impl()474 checkpoint: HandlerStateCheckpoint, in push_try_table_block()588 pub struct HandlerStateCheckpoint(usize); struct597 pub fn take_checkpoint(&self) -> HandlerStateCheckpoint { in take_checkpoint()602 pub fn restore_checkpoint(&mut self, ckpt: HandlerStateCheckpoint) { in restore_checkpoint()