pub struct Loader { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
source§impl Consumer for Loader
impl Consumer for Loader
source§fn initialize(&mut self) -> ParseAction
fn initialize(&mut self) -> ParseAction
Intialize the consumer.
source§fn finalize(&mut self) -> ParseAction
fn finalize(&mut self) -> ParseAction
Finalize the consumer.
source§fn consume_header(&mut self, header: ModuleHeader) -> ParseAction
fn consume_header(&mut self, header: ModuleHeader) -> ParseAction
Consume the module header.
source§fn consume_instruction(&mut self, inst: Instruction) -> ParseAction
fn consume_instruction(&mut self, inst: Instruction) -> ParseAction
Consume the given instruction.
Auto Trait Implementations§
impl RefUnwindSafe for Loader
impl Send for Loader
impl Sync for Loader
impl Unpin for Loader
impl UnwindSafe for Loader
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