Type Definition nero::plugin::HookFunc [] [src]

type HookFunc = Box<FnMut(&mut Plugin, &[u8], usize, &[Vec<u8>]) -> Result<Option<Vec<Vec<u8>>>, HookError>>;