[][src]Function sv_parser::parse_lib_str

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