Function read_call
fn read_call(path: &str) -> Call<ReadCall<'_>>Available on crate feature
client only.Expand description
Builds a com.inomotech.Lelum.Read method call for use in a chain.
The proxy macro no longer generates chain helpers for borrowed return types,
so we construct the call manually for Client::try_read_multiple.