Struct VecReader
cbor_no_std::io
pub struct VecReader { pub input: Vec<u8>, }
input: Vec<u8>
impl Reader for VecReader
fn read_byte(&mut self) -> u8
fn skip_byte(&mut self)
fn peek_byte(&mut self) -> u8
fn read_n_bytes(&mut self, n: usize) -> Vec<u8>
impl Send for VecReader
impl Sync for VecReader