Type Definition isla_lib::primop::Unary[][src]

type Unary<B> = fn(_: Val<B>, solver: &mut Solver<'_, B>) -> Result<Val<B>, ExecError>;