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

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

The final future which the event loop will run.