fn approximate_size_of()

in src/clubcard.rs [176:178]


    fn approximate_size_of(&self) -> usize {
        size_of::<ClubcardIndex>() + self.len() * size_of::<ClubcardIndexEntry>()
    }