send_result

Function send_result 

Source
pub async fn send_result(
    send: &mut SendStream,
    result: &ZoeChallengeResult,
) -> Result<(), Error>
Expand description

Sends the challenge result back to the client

ยงArguments

  • send - Stream to send the result on
  • result - Challenge result to send (Accepted, Next, Rejected, Error)