Success

Type Alias Success 

Source
pub type Success<T, B> = (T, Option<<T as NextLayer>::Denom>, B);
Expand description

Helper alias for methods which return tuples of (header, next_layer_hint, buf_remainder).