Function solana_clap_utils::input_validators::is_amount

source ·
pub fn is_amount<T>(amount: T) -> Result<(), String>
where T: AsRef<str> + Display,