Unbox and pin various either-or futures.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-27 20:44:21 +00:00
parent 066097a83d
commit 71ef093edc
3 changed files with 38 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#![type_length_limit = "16384"] //TODO: reduce me
#![type_length_limit = "65536"] //TODO: reduce me
#![allow(clippy::toplevel_ref_arg)]
pub mod client;