Trait moore_svlog::port_list::PortedNode[][src]

pub trait PortedNode<'a>: AnyNode<'a> + ScopedNode<'a> {
    fn ports(&self) -> &[Port<'a>]
Notable traits for &'_ [u8]
impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
;
fn items(&self) -> &[Item<'a>]
Notable traits for &'_ [u8]
impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
; }
Expand description

Marker trait for AST nodes that have ports.

Required methods

Get the ports of the node.

Get the items of the node.

Trait Implementations

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Implementors