Type Alias ExceptionTarget

Source
pub type ExceptionTarget = HoleTarget;

Aliased Type§

struct ExceptionTarget {
    pub block: Block,
    pub args: Vec<Either<usize, Value>>,
    pub num_holes: usize,
}

Fields§

§block: Block§args: Vec<Either<usize, Value>>§num_holes: usize