[][src]Function sv_parser::parse_sv

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