pub trait CounterWithValueType {
type ValueType: Atomic;
}Expand description
For auto_flush::AFLocalCounter to use to make type inference possible
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".