pub trait RegistersCall<N>where
N: Network,{
// Required method
fn call_stack(&self) -> CallStack<N>;
}Required Methods§
Sourcefn call_stack(&self) -> CallStack<N>
fn call_stack(&self) -> CallStack<N>
Returns the current call stack.