Struct clarity_repl::repl::debug::cli::CLIDebugger
source · pub struct CLIDebugger { /* private fields */ }Implementations§
source§impl CLIDebugger
impl CLIDebugger
pub fn new(contract_id: &QualifiedContractIdentifier, snippet: &str) -> Self
Trait Implementations§
source§impl EvalHook for CLIDebugger
impl EvalHook for CLIDebugger
fn will_begin_eval( &mut self, env: &mut Environment<'_, '_, '_>, context: &LocalContext<'_>, expr: &SymbolicExpression )
fn did_finish_eval( &mut self, env: &mut Environment<'_, '_, '_>, context: &LocalContext<'_>, expr: &SymbolicExpression, res: &Result<Value, Error> )
fn did_complete(&mut self, _result: Result<&mut ExecutionResult, String>)
Auto Trait Implementations§
impl RefUnwindSafe for CLIDebugger
impl Send for CLIDebugger
impl Sync for CLIDebugger
impl Unpin for CLIDebugger
impl UnwindSafe for CLIDebugger
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more