Function thrift::protocol::verify_expected_service_call
[−]
[src]
pub fn verify_expected_service_call(expected: &str, actual: &str) -> Result<()>
Compare the expected service-call name expected with the received
service-call name actual.
Return () if actual == expected, Err otherwise.