SliceDeserializer
docs shorten link
This commit is contained in:
parent
0470a0faa3
commit
d5c38cf0a4
@ -2,7 +2,9 @@ use std::cmp::min;
|
||||
|
||||
use super::*;
|
||||
|
||||
/// [Deserializer] for slices. Used in [`FactoryExt::parse_slice`] and [`crate::rstd::atomic::AtomicExt::parse_slice`].
|
||||
/// [Deserializer] for slices. Used in [`FactoryExt::parse_slice`] and [`AtomicExt::parse_slice`].
|
||||
///
|
||||
/// [`AtomicExt::parse_slice`]: crate::rstd::atomic::AtomicExt::parse_slice
|
||||
pub struct SliceDeserializer<'a> {
|
||||
slice: &'a [u8],
|
||||
pos: usize,
|
||||
|
Loading…
Reference in New Issue
Block a user