pub type SignalContext<'s> = SignalEmitter<'s>;👎Deprecated since 5.0.0: Please use
SignalEmitter instead.Aliased Type§
pub struct SignalContext<'s> {
conn: Connection,
path: ObjectPath<'s>,
destination: Option<BusName<'s>>,
}Fields§
§conn: Connection§path: ObjectPath<'s>§destination: Option<BusName<'s>>