pub type SendFrameError<S> = ErrorAndSerializer<SendFrameErrorReason, S>;Expand description
Errors returned by SendFrameContext::send_frame.
Aliased Type§
pub struct SendFrameError<S> {
pub error: SendFrameErrorReason,
pub serializer: S,
}Fields§
§error: SendFrameErrorReasonThe error observed.
serializer: SThe serializer accompanying the error.