[][src]Trait ergo_lib::serialization::sigma_byte_reader::SigmaByteRead

pub trait SigmaByteRead: ReadSigmaVlqExt {
    fn constant_store(&mut self) -> &mut ConstantStore;
fn substitute_placeholders(&self) -> bool; }

Sigma byte reader trait with a constant store to resolve segregated constants

Required methods

fn constant_store(&mut self) -> &mut ConstantStore

Constant store with constants to resolve constant placeholder types

fn substitute_placeholders(&self) -> bool

Option to substitute ConstantPlaceholder with Constant from the store

Loading content...

Implementors

impl<R: ReadSigmaVlqExt> SigmaByteRead for SigmaByteReader<R>[src]

Loading content...