[][src]Trait reporting_api::ReportType

pub trait ReportType {
    fn report_type() -> &'static str;
}

A trait that maps each Rust report type to the corresponding type value that appears in a JSON report payload.

Required methods

fn report_type() -> &'static str

The value of the report's type field for reports of this type.

Loading content...

Implementors

impl ReportType for NEL[src]

Loading content...