Trait tikv::coprocessor::interceptors::concurrency_limiter::ConcurrencyLimiterMustNotImplDrop[][src]

trait ConcurrencyLimiterMustNotImplDrop { }

Implementors

impl<'a, PF, F> ConcurrencyLimiterMustNotImplDrop for ConcurrencyLimiter<'a, PF, F> where
    PF: Future<Output = SemaphorePermit<'a>>,
    F: Future
[src]

impl<T: Drop> ConcurrencyLimiterMustNotImplDrop for T[src]

Loading content...