// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 Fábio Henrique de Lima Silva (fhl.bsb@gmail.com) All rights reserved.
//! Implementation of the `clap_plugin_latency` extension for NAM-rs.
use crateNamClapMainThread;
use ;
use Ordering;
/// Implementation of the `PluginLatencyImpl` trait for the NAM-rs plugin.
/// The trait is implemented on `MainThread`.
/// Marker type for extension registration.
pub type NamPluginLatency = PluginLatency;