[][src]Function moore_vhdl_syntax::parser::rules::parse_intf_decl

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

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.