[][src]Function sv_parser::preprocess_str

pub fn preprocess_str<T, U>(
    s: &str,
    path: T,
    pre_defines: &HashMap<String, Option<Define>, RandomState>,
    include_paths: &[U],
    resolve_depth: usize
) -> Result<(PreprocessedText, HashMap<String, Option<Define>, RandomState>), Error> where
    T: AsRef<Path>,
    U: AsRef<Path>,