5 lines
149 B
Rust
Raw Normal View History

use crate::FFPrimitives;
use basic_timing_cache_channel::naive::NaiveTimingChannel;
pub type NaiveFlushAndFlush = NaiveTimingChannel<FFPrimitives>;