pub type FramedReadError<Endpoint> = (TransportError, Option<Endpoint>);Expand description
Error when receiving from a remote peer. Note that here [Endpoint] is optional as there may
be a generic read error unrelated to any remote peer, for example if the underlying bound
socket is closed.