pub type Success<T, B> = (T, Option<<T as NextLayer>::Denom>, B);
Helper alias for methods which return tuples of (header, next_layer_hint, buf_remainder).
(header, next_layer_hint, buf_remainder)