☰
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