pub struct Parse;Implementations§
Source§impl Parse
impl Parse
pub fn local( owner: Shared, input: &[u8], idx: &mut usize, ) -> Result<LocalFrameBytes>
pub fn empty_local() -> LocalFrameBytes
pub fn local_plain( owner: Shared, input: &[u8], idx: &mut usize, ) -> Result<LocalFrameBytes>
pub fn inline_plain<const N: usize>( input: &[u8], idx: &mut usize, ) -> Result<InlineToken<N>>
pub fn local_raw( owner: Shared, input: &[u8], idx: &mut usize, ) -> Result<LocalFrameBytes>
pub fn inline_raw<const N: usize>( input: &[u8], idx: &mut usize, ) -> Result<InlineToken<N>>
pub fn u64(input: &[u8], idx: &mut usize) -> Result<u64>
pub fn bool(input: &[u8], idx: &mut usize) -> Result<bool>
Auto Trait Implementations§
impl Freeze for Parse
impl RefUnwindSafe for Parse
impl Send for Parse
impl Sync for Parse
impl Unpin for Parse
impl UnsafeUnpin for Parse
impl UnwindSafe for Parse
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