Type Alias VesperCommit

Source
pub type VesperCommit = TExpr<Pred>;

Aliased Type§

struct VesperCommit {
    pub subject: Ident,
    pub predicate: Pred,
    pub attributes: Confined<Vec<Attr>, 0, 65535>,
    pub content: Confined<Vec<Box<TExpr<Pred>>>, 0, 255>,
    pub comment: Option<String>,
}

Fields§

§subject: Ident§predicate: Pred§attributes: Confined<Vec<Attr>, 0, 65535>§content: Confined<Vec<Box<TExpr<Pred>>>, 0, 255>§comment: Option<String>