Skip to main content

BuilderAppendError

Type Alias BuilderAppendError 

Source
pub type BuilderAppendError<Octets> = <<Octets as FromBuilder>::Builder as OctetsBuilder>::AppendError;
Expand description

A type alias resolving into the AppendError of an octets type’s builder.

This alias can be used rather than spelling out the complete litany in result types.