Struct binjs_meta::spec::SpecBuilder[][src]

pub struct SpecBuilder { /* fields omitted */ }

A data structure used to progressively construct the Spec.

Methods

impl SpecBuilder
[src]

Return an NodeName for a name. Equality comparison on NodeName can be performed by checking physical equality.

Add a named enumeration.

Generate the graph.

Auto Trait Implementations

impl !Send for SpecBuilder

impl !Sync for SpecBuilder