Skip to main content

Servant

Trait Servant 

Source
pub trait Servant {
    // Required method
    fn target_repository_id(&self) -> &str;
}
Expand description

POA-Servant-Marker. Concrete Server-Implementierungen impl-en das plus den jeweiligen IDL-Interface-Trait.

Required Methods§

Source

fn target_repository_id(&self) -> &str

Repository-ID des Interface, das der Servant implementiert.

Implementors§