[][src]Type Definition gluon_language_server::BoxFuture

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