[][src]Function solana_clap_utils::input_validators::is_hash

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