Type Alias vk_parse::Sync

source ·
pub type Sync = CommentedChildren<SyncChild>;

Aliased Type§

struct Sync {
    pub comment: Option<String>,
    pub children: Vec<SyncChild>,
}

Fields§

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