Docs.rs
solana-clap-utils-3.0.2
solana-clap-utils 3.0.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
chrono ^0.4.41
normal
clap ^2.33.0
normal
rpassword ^7.4
normal
solana-clock ^3.0.0
normal
solana-cluster-type ^3.0.0
normal
solana-commitment-config ^3.0.0
normal
solana-derivation-path ^3.0.0
normal
solana-hash ^3.0.0
normal
solana-keypair ^3.0.0
normal
solana-message ^3.0.0
normal
solana-native-token ^3.0.0
normal
solana-presigner ^3.0.0
normal
solana-pubkey ^3.0.0
normal
solana-remote-wallet =3.0.2
normal
solana-seed-phrase ^3.0.0
normal
solana-signature ^3.1.0
normal
solana-signer ^3.0.0
normal
thiserror ^2.0.16
normal
tiny-bip39 ^0.8.2
normal
uriparse ^0.6.4
normal
url ^2.5.4
normal
assert_matches ^1.5.0
dev
solana-pubkey ^3.0.0
dev
solana-system-interface ^2.0
dev
tempfile ^3.20.0
dev
Versions
15.27%
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
is_prompt_signer_source
solana_
clap_
utils
3.0.2
In solana_
clap_
utils::
input_
validators
solana_clap_utils
::
input_validators
Function
is_
prompt_
signer_
source
Copy item path
Source
pub fn is_prompt_signer_source<T>(string: T) ->
Result
<
()
,
String
>
where T:
AsRef
<
str
> +
Display
,