Trait midenc_hir::StackElement
source · pub trait StackElement: Clone {
type Debug: Debug;
const DEFAULT: Self;
// Required method
fn debug(&self) -> Self::Debug;
}Expand description
This trait is used to represent expected behavior/properties of elements that can be used in conjunction with the Stack trait.
Required Associated Types§
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.