[−][src]Struct ergo_lib::serialization::sigma_byte_reader::SigmaByteReader
Implementation of SigmaByteRead
Implementations
impl<R: Peekable> SigmaByteReader<R>
[src]
pub fn new(pr: R, constant_store: ConstantStore) -> SigmaByteReader<R>ⓘNotable traits for SigmaByteReader<R>
impl<R: Peekable> Read for SigmaByteReader<R>
[src]
Notable traits for SigmaByteReader<R>
impl<R: Peekable> Read for SigmaByteReader<R>
Create new reader from PeekableReader
pub fn new_with_substitute_placeholders(
pr: R,
constant_store: ConstantStore
) -> SigmaByteReader<R>ⓘNotable traits for SigmaByteReader<R>
impl<R: Peekable> Read for SigmaByteReader<R>
[src]
pr: R,
constant_store: ConstantStore
) -> SigmaByteReader<R>ⓘ
Notable traits for SigmaByteReader<R>
impl<R: Peekable> Read for SigmaByteReader<R>
Make a new reader with underlying PeekableReader and constant_store to resolve constant placeholders
Trait Implementations
impl<R: Peekable> Peekable for SigmaByteReader<R>
[src]
impl<R: Peekable> Read for SigmaByteReader<R>
[src]
fn read(&mut self, buf: &mut [u8]) -> Result<usize>
[src]
fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
1.36.0[src]
fn is_read_vectored(&self) -> bool
[src]
unsafe fn initializer(&self) -> Initializer
[src]
fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
1.0.0[src]
fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
1.0.0[src]
fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
1.6.0[src]
fn by_ref(&mut self) -> &mut Self
1.0.0[src]
fn bytes(self) -> Bytes<Self>
1.0.0[src]
fn chain<R>(self, next: R) -> Chain<Self, R> where
R: Read,
1.0.0[src]
R: Read,
fn take(self, limit: u64) -> Take<Self>
1.0.0[src]
impl<R: ReadSigmaVlqExt> SigmaByteRead for SigmaByteReader<R>
[src]
fn constant_store(&mut self) -> &mut ConstantStore
[src]
fn substitute_placeholders(&self) -> bool
[src]
Auto Trait Implementations
impl<R> !RefUnwindSafe for SigmaByteReader<R>
impl<R> !Send for SigmaByteReader<R>
impl<R> !Sync for SigmaByteReader<R>
impl<R> Unpin for SigmaByteReader<R> where
R: Unpin,
R: Unpin,
impl<R> !UnwindSafe for SigmaByteReader<R>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<R> ReadSigmaVlqExt for R where
R: Peekable + ?Sized,
[src]
R: Peekable + ?Sized,
fn get_i8(&mut self) -> Result<i8, Error>
[src]
fn get_u8(&mut self) -> Result<u8, Error>
[src]
fn get_i16(&mut self) -> Result<i16, VlqEncodingError>
[src]
fn get_u16(&mut self) -> Result<u16, VlqEncodingError>
[src]
fn get_i32(&mut self) -> Result<i32, VlqEncodingError>
[src]
fn get_u32(&mut self) -> Result<u32, VlqEncodingError>
[src]
fn get_i64(&mut self) -> Result<i64, VlqEncodingError>
[src]
fn get_u64(&mut self) -> Result<u64, VlqEncodingError>
[src]
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,