Function sv_parser::parse_sv_str[][src]

pub fn parse_sv_str<T: AsRef<Path>, U: AsRef<Path>, V: BuildHasher>(
    s: &str,
    path: T,
    pre_defines: &HashMap<String, Option<Define>, V>,
    include_paths: &[U],
    ignore_include: bool,
    allow_incomplete: bool
) -> Result<(SyntaxTree, Defines), Error>