Type Definition taplo_common::AsyncRwLock

source ·
pub type AsyncRwLock<T> = RwLock<T>;