Type Definition tcn75a::Error[][src]

type Error<T> = Tcn75aError<<T as Read>::Error, <T as Write>::Error>;
Expand description

Convenience type for representing Tcn75aErrors where T implements both Read and Write.