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

Aliased Type§

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