[][src]Function thrift::server::handle_process_result

pub fn handle_process_result(
    msg_ident: &TMessageIdentifier,
    res: Result<()>,
    o_prot: &mut dyn TOutputProtocol
) -> Result<()>

Convenience function used in generated TProcessor implementations to return an ApplicationError if thrift message processing failed.