Type Definition stitch::Future [] [src]

type Future<T> = Box<Future<Item = T, Error = Error>>;