Docs.rs
ezno-0.0.18
ezno 0.0.18
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kaleidawave
Dependencies
argh ^0.1.6
normal
base64 ^0.13.0
normal
ezno-checker ^0.0.13
normal
codespan-reporting ^0.11.1
normal
console ^0.14.1
normal
enum-variants-strings ^0.2.2
normal
ezno-parser ^0.1.2
normal
serde ^1.0
normal
serde_json ^1.0.107
normal
multiline-term-input ^0.1.0
normal
notify ^4.0.17
normal
console_error_panic_hook ^0.1.7
normal
js-sys ^0.3
normal
serde-wasm-bindgen ^0.5.0
normal
wasm-bindgen =0.2.87
normal
Versions
21.43%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
ezno_lib
0.0.18
CLIInputResolver
Implementors
In crate ezno_lib
?
Trait
ezno_lib
::
CLIInputResolver
source
·
[
−
]
pub trait CLIInputResolver:
Fn
(&
str
) ->
Option
<
String
> { }
Expand description
prompt -> response
Implementors
§
source
§
impl<T>
CLIInputResolver
for T
where T:
Fn
(&
str
) ->
Option
<
String
>,