Macro capsules_extra::enc_consume

source ยท
macro_rules! enc_consume {
    ($($tts:tt)*) => { ... };
}
Expand description

This is the aforementioned version of the unwrapping macro that only returns the offset. With this, it can be simpler to programmatically chain multiple headers together when the outputs do not have to be collated.