macro_rules! decode_quad_scalar {
($sink:ty) => { ... };
}Expand description
The Scalar decoder doesn’t use quads, but the type checker requires that there be
a DecodeQuadSink<Scalar> impl for a sink nonetheless. This macro will generate
an appropriate stub impl for a sink type.