[][src]Type Definition structural::field::errors::CombinedErrsOut

type CombinedErrsOut<This> = <This as CombinedErrs>::Combined;

The combination of all the error types in This.

A tuple of errors is combined into a InfallibleAccess so long as all of them are, otherwise they're combined into an FailedAccess .