Type Definition wasmer_cli::commands::PrefixerFn

source ·
pub type PrefixerFn = Box<dyn Fn(&[u8]) -> String + Send>;
Expand description

The prefixer returns the a String to prefix each of the functions in the static object generated by the so we can assure no collisions.