[][src]Trait varlink::OrgVarlinkServiceInterface

pub trait OrgVarlinkServiceInterface {
    fn get_info(&mut self) -> Result<ServiceInfo>;
fn get_interface_description<S: Into<Cow<'static, str>>>(
        &mut self,
        interface: S
    ) -> Result<GetInterfaceDescriptionReply>; }

Required methods

fn get_info(&mut self) -> Result<ServiceInfo>

fn get_interface_description<S: Into<Cow<'static, str>>>(
    &mut self,
    interface: S
) -> Result<GetInterfaceDescriptionReply>

Loading content...

Implementors

impl OrgVarlinkServiceInterface for OrgVarlinkServiceClient[src]

Loading content...