Type Alias StackState

Source
pub type StackState<'a> = MemoryStackState<'a, 'a, Backend<'a>>;

Aliased Typeยง

struct StackState<'a> { /* private fields */ }