def result(self): raise FuzzExceptPluginError("Method result not implemented")
def header(self): raise FuzzExceptPluginError("Method header not implemented")
def footer(self): raise FuzzExceptPluginError("Method footer not implemented")
def validate(self): raise FuzzExceptPluginError("Method count not implemented")
def __iter__(self): raise FuzzExceptPluginError("Method iter not implemented")
def __next__(self): raise FuzzExceptPluginError("Method next not implemented")
def get_next(self): raise FuzzExceptPluginError("Method get_next not implemented")
def get_type(self): raise FuzzExceptPluginError("Method get_type not implemented")