Trait feed::CloudGetters [] [src]

pub trait CloudGetters {
    fn domain(&self) -> String;
    fn port(&self) -> String;
    fn path(&self) -> String;
    fn register_procedure(&self) -> String;
    fn protocol(&self) -> String;
}

The Getter functions for Cloud

Required Methods

Get the domain that exists under Cloud.

Get the port that exists under Cloud.

Get the path that exists under Cloud.

Get the register procedure that exists under Cloud.

Get the protocol that exists under Cloud.

Implementors