[][src]Type Definition safe_core::event_loop::TailFuture

type TailFuture = Box<dyn Future<Item = (), Error = ()>>;

The final future which the event loop will run.