Type Definition dbus::nonblock::TimeoutMakerCb

source · []
pub type TimeoutMakerCb = fn(timeout: Instant) -> Pin<Box<dyn Future<Output = ()> + Send + Sync + 'static>>;
Expand description

Internal callback for the executor when a timeout needs to be made.