Function solana_clap_utils::input_validators::is_url

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