pub(crate) type BatchResult<'a> = SmallVec<[Result<Handle<'a>>; 1]>;
pub(crate) struct BatchResult<'a> { /* private fields */ }