4 lines
124 B
Rust
4 lines
124 B
Rust
use crate::serial_core::{frame::TestFrame, record::Recording};
|
|
|
|
pub mod test;
|
|
pub type TestRecording = Recording<TestFrame>; |