housekeeping(server): clean too-broad visibility markers and organize imports

This commit is contained in:
Skipper
2026-04-18 13:29:45 +02:00
parent bf63279f73
commit 6b572d0c86
72 changed files with 507 additions and 549 deletions

View File

@@ -54,11 +54,9 @@
//! as a closed outbound channel.
//! - [`Bi::recv`] returns `None` when the underlying transport closes.
//! - Message translation is intentionally out of scope for this module.
use std::marker::PhantomData;
use async_trait::async_trait;
use kameo::{error::Infallible, prelude::*};
use std::marker::PhantomData;
/// Errors returned by transport adapters implementing [`Bi`].
#[derive(thiserror::Error, Debug)]