Type Definition moore_svlog::ast::IntfDecl [−][src]
pub type IntfDecl<'a> = Node<'a, InterfaceData<'a>>;
👎 Deprecated:
use ast::Interface instead
pub type IntfDecl<'a> = Node<'a, InterfaceData<'a>>;
use ast::Interface instead