Define Transport trait, TransportAcceptor trait, TransportInfo, and TransportKind types

This commit is contained in:
2026-06-02 09:17:50 +00:00
parent 56d032afdb
commit dddc6d7a4c
10 changed files with 323 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
#[tokio::test]
async fn auth_placeholder() {}