pub fn pgx_seahash<T: Hash>(value: &T) -> u64
Expand description

wrapper around SeaHasher from Seahash

Primarily used by pgx’s #[derive(PostgresHash)] macro.