5 lines
150 B
Rust
Raw Normal View History

2021-06-28 16:26:02 +02:00
use crate::FRPrimitives;
use basic_timing_cache_channel::naive::NaiveTimingChannel;
2020-09-22 14:36:07 +02:00
2021-06-28 16:26:02 +02:00
pub type NaiveFlushAndReload = NaiveTimingChannel<FRPrimitives>;