binaryninja::interaction::report

Type Alias ReportType

source
pub type ReportType = BNReportType;

Aliased Type§

enum ReportType {
    PlainTextReportType = 0,
    MarkdownReportType = 1,
    HTMLReportType = 2,
    FlowGraphReportType = 3,
}

Variants§

§

PlainTextReportType = 0

§

MarkdownReportType = 1

§

HTMLReportType = 2

§

FlowGraphReportType = 3