Struct mentat_cli::repl::Repl [] [src]

pub struct Repl { /* fields omitted */ }

Executes input and maintains state of persistent items.

Methods

impl Repl
[src]

Constructs a new Repl.

Runs the REPL interactively.

Trait Implementations

Auto Trait Implementations

impl Send for Repl

impl !Sync for Repl