Function open_vector_object

Source
pub(crate) fn open_vector_object<T: Debug + Invariant>(
    id: ObjID,
) -> Result<VecObject<T, VecObjectAlloc>>