pub trait ValidatorServiceSyncHandler {
    fn handle_validate_s_d_k(&self, version: String) -> Result<String>;
}

Required Methods

Implementors