Trait varlink::CallTrait [] [src]

pub trait CallTrait {
    fn reply_struct(&mut self, _: Reply) -> Result<()>;
fn set_continues(&mut self, cont: bool); fn reply_method_not_found(&mut self, arg: Option<String>) -> Result<()> { ... }
fn reply_method_not_implemented(
        &mut self,
        arg: Option<String>
    ) -> Result<()> { ... }
fn reply_invalid_parameter(&mut self, arg: Option<String>) -> Result<()> { ... } }

Required Methods

Provided Methods

Implementors