Struct ucglib::build::AssertCollector[][src]

pub struct AssertCollector {
    pub success: bool,
    pub summary: String,
    pub failures: String,
}

AssertCollector collects the results of assertions in the UCG AST.

Fields

Auto Trait Implementations