Sync

Type Alias Sync 

Source
pub type Sync = CommentedChildren<SyncChild>;

Aliased Type§

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

Fields§

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