Type Definition tandem_http_server::HandleMpcRequestFn
source · pub type HandleMpcRequestFn = Box<dyn Fn(MpcRequest) -> Result<MpcSession, String> + Send + Sync>;Expand description
Custom logic to choose a server’s circuit and input.