size_of/support/
fxhash.rs

1#![cfg(feature = "fxhash")]
2
3use fxhash::{FxHasher, FxHasher32, FxHasher64};
4
5impl_total_size_childless! {
6    FxHasher,
7    FxHasher32,
8    FxHasher64,
9}