VendorIds

Type Alias VendorIds 

Source
pub type VendorIds = CommentedChildren<VendorId>;

Aliased Type§

pub struct VendorIds {
    pub comment: Option<String>,
    pub children: Vec<VendorId>,
}

Fields§

§comment: Option<String>§children: Vec<VendorId>