pub struct Driver { /* private fields */ }
Byte stream in, one Fix per cycle out.
Fix
A fresh driver, waiting for the receiver’s first sentence.
Discard all accumulated state.
Call after powering the receiver: sentences from before a power cycle describe where the device was, not where it is, and must not join a cycle from after it.
Feed one byte, yielding a fix when a cycle completes.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U