[][src]Trait pea2pea::Pea2Pea

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

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

Required methods

fn node(&self) -> &Node[src]

Returns a clonable reference to the node.

Loading content...

Implementors

Loading content...