Docs.rs
cloud_terrastodon_user_input-0.33.0
cloud_terrastodon_user_input 0.33.0
Docs.rs crate page
LiLiQ-R-1.1
Links
Repository
crates.io
Source
Owners
TeamDman
Dependencies
compact_str ^0.9.0
normal
eyre ^0.6.12
normal
indexmap ^2.2.6
normal
itertools ^0.14.0
normal
nucleo ^0.5.0
normal
ratatui ^0.29.0
normal
rustc-hash ^2.1.1
normal
tokio ^1.44.2
normal
tracing ^0.1.40
normal
tui-textarea ^0.7.0
normal
Versions
8.57%
of the crate is documented
Go to latest version
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
Skip to main content
IntoChoice
cloud_
terrastodon_
user_
input
0.33.0
Into
Choice
Required Methods
into_choice
Implementors
In crate cloud_
terrastodon_
user_
input
cloud_terrastodon_user_input
Trait
Into
Choice
Copy item path
Source
pub trait IntoChoice<T> { // Required method fn
into_choice
(self) ->
Choice
<T>; }
Required Methods
§
Source
fn
into_choice
(self) ->
Choice
<T>
Implementors
§
Source
§
impl<T>
IntoChoice
<T> for
Choice
<T>
Source
§
impl<T>
IntoChoice
<T> for T
where T:
Display
,