summaryrefslogtreecommitdiffstats
path: root/src/platform/bind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/bind.rs')
-rw-r--r--src/platform/bind.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/bind.rs b/src/platform/bind.rs
index 1a234c7..1055f37 100644
--- a/src/platform/bind.rs
+++ b/src/platform/bind.rs
@@ -37,7 +37,7 @@ pub trait Owner: Send {
/// On some platforms the application can itself bind to a socket.
/// This enables configuration using the UAPI interface.
-pub trait Platform: Bind {
+pub trait PlatformBind: Bind {
type Owner: Owner;
/// Bind to a new port, returning the reader/writer and