Type Definition taplo_common::AsyncMutex

source · []
pub type AsyncMutex<T> = Mutex<T>;