Type Alias ReportType

Source
pub type ReportType = BNReportType;

Aliased Type§

#[repr(u32)]
pub enum ReportType { PlainTextReportType = 0, MarkdownReportType = 1, HTMLReportType = 2, FlowGraphReportType = 3, }

Variants§

§

PlainTextReportType = 0

§

MarkdownReportType = 1

§

HTMLReportType = 2

§

FlowGraphReportType = 3