[][src]Type Definition gluon_language_server::BoxFuture

type BoxFuture<I, E> = Pin<Box<dyn Future<Output = Result<I, E>> + Send + 'static>>;