pub struct Func {
pub argc: u32,
pub local_slots: Vec<u8>,
pub captured: Value,
pub current_depth: u32,
pub code_bytes: Vec<u8>,
pub code_log: Vec<String>,
pub loop_point: u32,
pub recur_targets: Vec<u32>,
pub loop_terminals: Vec<u32>,
pub try_point: u32,
pub try_pinned: Value,
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.