Docs.rs
solana-clap-utils-1.14.0
solana-clap-utils 1.14.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
chrono ^0.4
normal
clap ^2.33.0
normal
rpassword ^6.0
normal
solana-perf =1.14.0
normal
solana-remote-wallet =1.14.0
normal
solana-sdk =1.14.0
normal
thiserror ^1.0.31
normal
tiny-bip39 ^0.8.2
normal
uriparse ^0.6.4
normal
url ^2.2.2
normal
tempfile ^3.3.0
dev
Versions
12.93%
of the crate is documented
Go to latest version
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
☰
In solana_clap_utils::input_validators
?
Function
solana_clap_utils
::
input_validators
::
is_prompt_signer_source
source
·
[
−
]
pub fn is_prompt_signer_source<T>(string: T) ->
Result
<
()
,
String
>
where
T:
AsRef
<
str
> +
Display
,