pub fn parse_intf_decl<P: Parser>(
    p: &mut P,
    default: Option<IntfObjKind>
) -> ReportedResult<IntfDecl>
Expand description

Parse an interface declaration. These are generally part of an interface list as they appear in generic and port clauses within for example entity declarations. See IEEE 1076-2008 section 6.5.1.