Struct reproto_compile::SimpleCompile [] [src]

pub struct SimpleCompile<'input> {
    pub input: Input<'input>,
    pub package_prefix: Option<RpPackage>,
    pub resolver: Option<Box<Resolver>>,
    pub errors: Option<Rc<RefCell<Vec<ContextItem>>>>,
}

A simple compilation stage.

Fields

Methods

impl<'input> SimpleCompile<'input>
[src]

[src]

Build a new compilation stage.

[src]

Set package prefix.

[src]

Set resolver.

[src]

Set a reference to collect errors.

Trait Implementations

Auto Trait Implementations

impl<'input> !Send for SimpleCompile<'input>

impl<'input> !Sync for SimpleCompile<'input>