pub fn binary_fragment_computed<'sval>(
    stream: &mut (impl Stream<'sval> + ?Sized),
    fragment: &[u8]
) -> Result
Expand description

Stream a fragment of a bitstring, borrowed for some arbitrarily short lifetime.