pub trait AsDecoder { // Required method fn as_decoder(&self) -> Decoder<'_>; }
Creates a decoder from a buffer.