solana_clap_utils::input_validators

Function is_structured_seed

source
pub fn is_structured_seed<T>(value: T) -> Result<(), String>
where T: AsRef<str> + Display,