# AnyLock Polymorphic Locks Provides a unified lock interface trait to various underlying lock implementations ### Supported Locks * `std::sync` * `parking_lot` * `tokio::sync`