Function solana_clap_utils::input_validators::is_port

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