[][src]Trait kompact::prelude::SystemField

pub trait SystemField {
    fn system(&self) -> &SystemPath;

    fn protocol(&self) -> Transport { ... }
fn address(&self) -> &IpAddr { ... }
fn port(&self) -> u16 { ... } }

Methods for things that contain a SystemPath

Required methods

fn system(&self) -> &SystemPath

Returns a reference to the system path

Loading content...

Provided methods

fn protocol(&self) -> Transport

Returns the transport protocol used in the system path

fn address(&self) -> &IpAddr

Returns the address used in the system path

fn port(&self) -> u16

Returns the port used in the system path

Loading content...

Implementors

impl SystemField for ActorPath[src]

impl SystemField for NamedPath[src]

impl SystemField for SystemPath[src]

impl SystemField for UniquePath[src]

Loading content...