Type Alias vk_parse::VendorIds

source ·
pub type VendorIds = CommentedChildren<VendorId>;

Aliased Type§

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

Fields§

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