modraw;modrzcobs;pubuseraw::Raw;pubuserzcobs::Rzcobs;usecrate::{DecodeError, Frame};pubtraitStreamDecoder{/// Push received data to the decoder. The decoder stores it
/// internally, and makes decoded frames available through [`decode`](StreamDecoder::decode).
fnreceived(&mutself, data:&[u8]);fndecode(&mutself)->Result<Frame<'_>, DecodeError>;}