Type Definition moore_svlog::ast::IntfDecl[][src]

pub type IntfDecl<'a> = Node<'a, InterfaceData<'a>>;
👎 Deprecated:

use ast::Interface instead