[][src]Function sv_parser_pp::preprocess::preprocess_str

pub fn preprocess_str<T: AsRef<Path>, U: AsRef<Path>>(
    s: &str,
    path: T,
    pre_defines: &Defines,
    include_paths: &[U]
) -> Result<(PreprocessedText, Defines), Error>