SliceDeserializer: Debug
This commit is contained in:
parent
885a8732af
commit
15b77bc848
@ -6,6 +6,7 @@ use super::*;
|
|||||||
///
|
///
|
||||||
/// [`FactoryExt::parse_slice`]: crate::rcore::FactoryExt::parse_slice
|
/// [`FactoryExt::parse_slice`]: crate::rcore::FactoryExt::parse_slice
|
||||||
/// [`AtomicExt::parse_slice`]: crate::atomic::AtomicExt::parse_slice
|
/// [`AtomicExt::parse_slice`]: crate::atomic::AtomicExt::parse_slice
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct SliceDeserializer<'a> {
|
pub struct SliceDeserializer<'a> {
|
||||||
slice: &'a [u8],
|
slice: &'a [u8],
|
||||||
pos: usize,
|
pos: usize,
|
||||||
|
Loading…
Reference in New Issue
Block a user