pub struct Decoder { /* private fields */ }
Implementations§
Source§impl Decoder
impl Decoder
pub fn from_table(table: &Box<dyn SymbolTable>) -> Decoder
pub fn from_table_bytes(buf: &Vec<u8>) -> (usize, Decoder)
Sourcepub fn decode_with_tab(table: &Box<dyn SymbolTable>, buf: &Vec<u8>) -> String
pub fn decode_with_tab(table: &Box<dyn SymbolTable>, buf: &Vec<u8>) -> String
safe decode method
Auto Trait Implementations§
impl Freeze for Decoder
impl RefUnwindSafe for Decoder
impl Send for Decoder
impl Sync for Decoder
impl Unpin for Decoder
impl UnwindSafe for Decoder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more