pub fn consider_record(
current: Option<(u32, SeedRecord)>,
address: u32,
bytes: &[u8; 64],
) -> Option<(u32, SeedRecord)>Expand description
Fold one slot’s bytes into the newest-record scan.
pub fn consider_record(
current: Option<(u32, SeedRecord)>,
address: u32,
bytes: &[u8; 64],
) -> Option<(u32, SeedRecord)>Fold one slot’s bytes into the newest-record scan.