Switch to using macros for data retrieval commands
This commit is contained in:
parent
8d521ff46d
commit
fb35987b28
5 changed files with 251 additions and 121 deletions
|
@ -41,3 +41,8 @@ impl fmt::Display for Dtc {
|
|||
f.write_fmt(format_args!("{}{:03X}", c, n))
|
||||
}
|
||||
}
|
||||
|
||||
pub(super) mod private {
|
||||
pub trait Sealed {}
|
||||
impl<T: crate::Obd2Device> Sealed for T {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue