Function lua_bytecode

Source
pub fn lua_bytecode(
    input: &[u8],
) -> IResult<&[u8], LuaBytecode, ErrorTree<&[u8]>>