pub const fn vector_kind_of(exc: Exception) -> VectorKindExpand description
Which vector kind an exception takes.
Every exception this crate can currently raise takes the general vector; the refill kinds arrive with the TLB in T-12-004. Written as a function rather than assumed, so that adding a TLB exception forces a decision here.