Trait varlink::CallTrait [] [src]

pub trait CallTrait {
    fn reply_struct(&mut self, _: Reply) -> Result<()>;
}

Required Methods

Implementors