Skip to main content

CpuFn

Type Alias CpuFn 

Source
pub type CpuFn = fn(input: &[u8], output: &mut Vec<u8>);
Expand description

Function pointer used by Category C descriptors.