We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e30de commit 4fdaa39Copy full SHA for 4fdaa39
1 file changed
client/src/dbus/mod.rs
@@ -24,12 +24,13 @@
24
//!
25
//! # Ok(())
26
//! # }
27
+//! ```
28
29
//! ## Timeout
30
-//! If a DBus method call takes longer than 30 seconds (for example, waiting for user input on a prompt),
31
-//! the call will fail with a `zbus::Error::InputOutput(std::io::Error(kind: ErrorKind::TimedOut))`.
32
-//! ```
+//! If a DBus method call takes longer than 30 seconds (for example, waiting for
+//! user input on a prompt), the call will fail with a
33
+//! `zbus::Error::InputOutput(std::io::Error(kind: ErrorKind::TimedOut))`.
34
35
/// Barebone DBus API of the Secret Service specifications.
36
///
0 commit comments