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

pub type SubroutineDecl<'a> = Node<'a, SubroutineDeclData<'a>>;

Trait Implementations