Trait parser_c::syntax::preprocess::Preprocessor
[−]
pub trait Preprocessor {
fn parseCPPArgs(
&self,
_: Vec<String>,
_: Result<String, String>
) -> (CppArgs, Vec<String>);
fn runCPP(&self, _: CppArgs) -> ExitCode;
}
Required Methods
fn parseCPPArgs(
&self,
_: Vec<String>,
_: Result<String, String>
) -> (CppArgs, Vec<String>)
&self,
_: Vec<String>,
_: Result<String, String>
) -> (CppArgs, Vec<String>)