Trait varlink::Interface [] [src]

pub trait Interface {
    fn get_description(&self) -> &'static str;
fn get_name(&self) -> &'static str;
fn call(&self, _: &mut Call) -> Result<()>;
fn call_upgraded(&self, _: &mut Call) -> Result<()>; }

Required Methods

Implementors