Type Definition dbus::nonblock::TimeoutMakerCb[][src]

type TimeoutMakerCb = fn(timeout: Instant) -> Pin<Box<dyn Future<Output = ()> + Send + Sync + 'static>>;

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