Skip to content

Commit

Permalink
missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Jan 1, 2024
1 parent 48b0d64 commit 49f4482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/src/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use tokio::{
use tower::util::ServiceExt;
use tower_service::Service;

/// TODO
/// Types that can listen for connections.
pub trait Listener: Send + 'static {
/// The listener's IO type.
type Io: AsyncRead + AsyncWrite + Unpin + Send + 'static;
Expand Down

0 comments on commit 49f4482

Please sign in to comment.