pub struct StackUnderflow;Expand description
§Tried to pop a value from an empty stack
See Stack::pop.
Trait Implementations§
Source§impl Debug for StackUnderflow
impl Debug for StackUnderflow
Source§impl From<StackUnderflow> for Effect
impl From<StackUnderflow> for Effect
Source§fn from(StackUnderflow: StackUnderflow) -> Self
fn from(StackUnderflow: StackUnderflow) -> Self
Converts to this type from the input type.