Struct gluon_vm::thread::DebugInfo[][src]

pub struct DebugInfo<'a> { /* fields omitted */ }

Methods

impl<'a> DebugInfo<'a>
[src]

Returns the reason for the hook being called

Returns a struct which can be queried about information about the stack at a specific level where 0 is the currently executing frame.

Auto Trait Implementations

impl<'a> Send for DebugInfo<'a>

impl<'a> Sync for DebugInfo<'a>