Docs.rs
i6-shell-0.1.18
i6-shell 0.1.18
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
kruseio
Dependencies
chrono ^0.4
normal
lazy_static ^1
normal
rustyline ^14
normal
rustyline-derive ^0.10
normal
shlex ^1
normal
whoami ^1
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ParserTraitObject
i6_
shell
0.1.18
Parser
Trait
Object
Required Methods
run
Implementors
In i6_
shell::
lang
i6_shell
::
lang
Trait
Parser
Trait
Object
Copy item path
Source
pub trait ParserTraitObject { // Required method fn
run
(&self, tokens:
Vec
<
Token
>) ->
ASTNode
; }
Required Methods
§
Source
fn
run
(&self, tokens:
Vec
<
Token
>) ->
ASTNode
Implementors
§
Source
§
impl<T:
Parser
>
ParserTraitObject
for T