Type Definition gluon_language_server::BoxFuture[][src]

type BoxFuture<I, E> = Box<Future<Item = I, Error = E> + Send + 'static>;