Type Definition async_lsp::concurrency::ConcurrencyLayer
source · pub type ConcurrencyLayer = ConcurrencyBuilder;
Expand description
A type alias of ConcurrencyBuilder
conforming to the naming convention of tower_layer
.