[][src]Trait moore_svlog::port_list::AsPortedNode

pub trait AsPortedNode<'a> {
    pub fn get_ported(&self) -> Option<&'a dyn PortedNode<'a>>;

    pub fn is_ported(&self) -> bool { ... }
}

Anything that can be converted to a PortedNode.

Required methods

pub fn get_ported(&self) -> Option<&'a dyn PortedNode<'a>>[src]

Return this node as a PortedNode, or None if it generates no scope.

Loading content...

Provided methods

pub fn is_ported(&self) -> bool[src]

Check if this node is a PortedNode.

Loading content...

Implementors

impl<'a> AsPortedNode<'a> for AllNode<'a>[src]

Loading content...