Docs.rs
lla_plugin_utils-0.5.4
lla_plugin_utils 0.5.4
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
chaqchase
Dependencies
bytes ^1.5.0
normal
chrono ^0.4
normal
colored ^2.0
normal
console ^0.15.8
normal
dialoguer ^0.11.0
normal
dirs ^5.0.1
normal
indicatif ^0.17.9
normal
lazy_static ^1.4
normal
optional
lla_plugin_interface ^0.5.4
normal
prost ^0.12
normal
serde ^1.0.207
normal
syntect ^5.1.0
normal
optional
toml ^0.8.19
normal
users ^0.11
normal
Versions
0.83%
of the crate is documented
Platform
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
Skip to main content
select_multiple
lla_
plugin_
utils
0.5.4
In lla_
plugin_
utils::
ui::
selector
lla_plugin_utils
::
ui
::
selector
Function
select_
multiple
Copy item path
Source
pub fn select_multiple<T:
ToString
>( prompt: &
str
, items: &
[T]
, ) ->
Result
<
Vec
<
usize
>,
String
>