Trait midenc_debug::PushToStack
source · pub trait PushToStack: Sized {
// Provided method
fn try_push(&self, stack: &mut Vec<RawFelt>) { ... }
}Provided Methods§
Object Safety§
This trait is not object safe.
pub trait PushToStack: Sized {
// Provided method
fn try_push(&self, stack: &mut Vec<RawFelt>) { ... }
}