We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose this in zenoh-c
impl<'a, 'b, Handler> LivelinessGetBuilder<'a, 'b, Handler> { /// Set query timeout. #[inline] // tags{rust.liveliness_get_builder.timeout, api.liveliness.request.timeout.set} pub fn timeout(mut self, timeout: Duration) -> Self { self.timeout = timeout; self } }
The text was updated successfully, but these errors were encountered:
It seems it is already there link
Sorry, something went wrong.
Agree, missed it
No branches or pull requests
Describe the release item
Expose this in zenoh-c
The text was updated successfully, but these errors were encountered: