Trait pea2pea::Pea2Pea[][src]

pub trait Pea2Pea {
    fn node(&self) -> &Node;
}
Expand description

A trait for objects containing a Node; it is required to implement protocols.

Required methods

Returns a clonable reference to the node.

Implementors