fn approximate_size_of()

in src/clubcard.rs [165:170]


    fn approximate_size_of(&self) -> usize
    where
        Self: Sized,
    {
        size_of::<Self>()
    }