Enum reproto_compile::Input [] [src]

pub enum Input<'input> {
    File(File<'input>, Option<RpVersionedPackage>),
    Object(Box<Object>, Option<RpVersionedPackage>),
}

Input to the compiler.

Variants

Already derive file.

Object that should be parsed.

Trait Implementations

Auto Trait Implementations

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

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