VrtTaxonomy

Type Alias VrtTaxonomy 

Source
pub type VrtTaxonomy = Vec<VrtNode>;
Expand description

The complete VRT taxonomy

This is the root structure that represents the entire Bugcrowd VRT. It’s a vector of top-level categories.

Aliased Type§

pub struct VrtTaxonomy { /* private fields */ }