pub trait TValidatorServiceSyncClient {
    fn validate_s_d_k(&mut self, version: String) -> Result<String>;
}

Required Methods

Implementors