socketcan-alt 0.4.0

Rust binding for SocketCAN
Documentation
1
2
3
4
5
6
7
use super::ErrorFrame;

impl PartialEq for ErrorFrame {
    fn eq(&self, _: &Self) -> bool {
        false
    }
}