Skip to main content

CallStackInterface

Trait CallStackInterface 

Source
pub trait CallStackInterface
where Self: Sized + StackInterface,
{ type StackFrame: StackFrameInterface; }

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§