[][src]Trait varlink_stdinterfaces::org_varlink_service::VarlinkClientInterface

pub trait VarlinkClientInterface {
    fn get_info(&mut self) -> MethodCall<GetInfo_Args, GetInfo_Reply, Error>;
fn get_interface_description(
        &mut self,
        interface: String
    ) -> MethodCall<GetInterfaceDescription_Args, GetInterfaceDescription_Reply, Error>; }

Required methods

Loading content...

Implementors

Loading content...