Struct move_bytecode_viewer::source_viewer::ModuleViewer
source · pub struct ModuleViewer { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for ModuleViewer
impl Clone for ModuleViewer
source§fn clone(&self) -> ModuleViewer
fn clone(&self) -> ModuleViewer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ModuleViewer
impl Debug for ModuleViewer
source§impl<'a> RightScreen<BytecodeViewer<'a>> for ModuleViewer
impl<'a> RightScreen<BytecodeViewer<'a>> for ModuleViewer
source§fn source_for_code_location(
&self,
bytecode_info: &BytecodeInfo
) -> Result<SourceContext>
fn source_for_code_location( &self, bytecode_info: &BytecodeInfo ) -> Result<SourceContext>
Take a
SourceIndex
from the Indexer
and turn it into a context that will be diplayed on
the right screen.