[][src]Type Definition libbruteforce::transform_fns::TransformFn

type TransformFn = fn(_: &String) -> String;

This type describes functions used to transform the current guess during the bruteforce run before it is compared to the target value. This can be a hashing algorithm for example.