is_keypair

Function is_keypair 

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