[][src]Trait varlink_stdinterfaces::org_varlink_service::Call_GetInterfaceDescription

pub trait Call_GetInterfaceDescription: CallTrait {
    fn reply(&mut self, description: String) -> Result<()> { ... }
}

Provided methods

fn reply(&mut self, description: String) -> Result<()>

Loading content...

Implementations on Foreign Types

impl<'a> Call_GetInterfaceDescription for Call<'a>[src]

fn reply(&mut self, description: String) -> Result<()>[src]

Loading content...

Implementors

Loading content...