Skip to main content

RaidKernels

Type Alias RaidKernels 

Source
pub type RaidKernels = (fn(&[&[u8]], &mut [u8]), fn(&[&[u8]], &mut [u8], &mut [u8]));
Expand description

The (xor_gen, pq_gen) function pair a RAID dispatch returns.