pub type VerifyResult = Result<(), VerifyError>;Expand description
Unit on success — vtable positions are accumulated into the caller-supplied
out: &mut Vec<usize> so the entire traversal shares one allocation.
Aliased Type§
pub enum VerifyResult {
Ok(()),
Err(VerifyError),
}