Type Definition nlprule_build::TransformDataFn[][src]

type TransformDataFn = Box<dyn Fn(&[u8], &mut Vec<u8>) -> Result<(), OtherError>>;

Definition of the data transformation for the network retrieved, binencoded rules and tokenizer binaries.