Trait rune::DumpInstructions[][src]

pub trait DumpInstructions {
    fn dump_instructions<O>(
        &self,
        out: &mut O,
        sources: &Sources,
        with_source: bool
    ) -> Result<()>
    where
        O: WriteColor
; }

Trait to dump the instructions of a unit to the given writer.

This is implemented for Unit.

Required methods

fn dump_instructions<O>(
    &self,
    out: &mut O,
    sources: &Sources,
    with_source: bool
) -> Result<()> where
    O: WriteColor, 
[src]

Dump the instructions of the current unit to the given writer.

Loading content...

Implementations on Foreign Types

impl DumpInstructions for Unit[src]

Loading content...

Implementors

Loading content...