Trait parser_c::syntax::preprocess::Preprocessor [] [src]

pub trait Preprocessor {
    fn parseCPPArgs(
        &self,
        _: Vec<String>,
        _: Either<String, String>
    ) -> (CppArgs, Vec<String>); fn runCPP(&self, _: CppArgs) -> ExitCode; }

Required Methods

Implementors