Type Definition spirit_tokio::TokioBody[][src]

type TokioBody = Box<Future<Item = (), Error = Error> + Send>;

A body run on tokio runtime.

When specifying custom tokio runtime through the Runtime helper, this is the future to be run inside the runtime.