Docs.rs
dbus-0.9.6
dbus 0.9.6
Docs.rs crate page
Apache-2.0
/
MIT
Links
Documentation
Repository
crates.io
Source
Owners
diwic
Dependencies
futures-channel ^0.3
normal
futures-executor ^0.3
normal
futures-util ^0.3
normal
libc ^0.2.66
normal
libdbus-sys ^0.2.2
normal
tempfile ^3
dev
winapi ^0.3.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
MakeSignal
Required Methods
make
Implementors
In dbus::blocking
?
Trait
dbus
::
blocking
::
MakeSignal
source
·
[
−
]
pub trait MakeSignal<G, S, T> { fn
make
(self, mstr:
String
) -> G; }
Expand description
Internal helper trait
Required Methods
source
fn
make
(self, mstr:
String
) -> G
Internal helper trait
Implementors
source
impl<S:
ReadAll
, F:
FnMut
(S, &
Connection
, &
Message
) ->
bool
+
Send
+ 'static>
MakeSignal
<
Box
<dyn
FnMut
(
Message
, &
Connection
) +
Send
+ 'static,
Global
>, S,
Connection
> for F
source
impl<S:
ReadAll
, F:
FnMut
(S, &
LocalConnection
, &
Message
) ->
bool
+ 'static>
MakeSignal
<
Box
<dyn
FnMut
(
Message
, &
LocalConnection
) + 'static,
Global
>, S,
LocalConnection
> for F
source
impl<S:
ReadAll
, F:
FnMut
(S, &
SyncConnection
, &
Message
) ->
bool
+
Send
+
Sync
+ 'static>
MakeSignal
<
Box
<dyn
FnMut
(
Message
, &
SyncConnection
) +
Send
+
Sync
+ 'static,
Global
>, S,
SyncConnection
> for F