1 2 3 4 5 6
pub enum ParseError<E> { /// A serial error occurred, wraps the underlying error. SerialErr(E), /// Lidar CRC check failed. CrcFail, }