Trait moore_svlog::port_list::PortedNode [−][src]
pub trait PortedNode<'a>: AnyNode<'a> + ScopedNode<'a> {
fn ports(&self) -> &[Port<'a>]ⓘ;
fn items(&self) -> &[Item<'a>]ⓘ;
}
Expand description
Marker trait for AST nodes that have ports.
Required methods
Get the ports of the node.