1 2 3 4 5 6 7
use crate::records::union_builder::UnionBuilder; impl UnionBuilder { pub fn size(&self) -> usize { self.options.size() } }