Function tikv::storage::kv::destroy_tls_engine[][src]

pub unsafe fn destroy_tls_engine<E>() where
    E: Engine

Destroy the thread local engine.

Postcondition: TLS_ENGINE_ANY is null.

Safety

The current tls engine must have the same type as E (or at least there destructors must be compatible).