pub fn get_kms_client(key_uri: &str) -> Result<Arc<dyn KmsClient>, TinkError>
Fetches a KmsClient by a given URI.
KmsClient