Trait cw_iper_test::StargateName

source ·
pub trait StargateName {
    // Required method
    fn stargate_name(&self) -> String;
}
Expand description

Trait required by StargateApplication.

Required Methods§

source

fn stargate_name(&self) -> String

Return the name the StargateApplication.

Implementors§