Function solana_clap_utils::input_validators::is_amount_or_all

source ยท
pub fn is_amount_or_all<T>(amount: T) -> Result<(), String>
where T: AsRef<str> + Display,