Skip to content

zb: Drop Socket::as_raw_fd

Zeeshan Ali Khan requested to merge zeenix/zbus:socket-raw-fd into main
  1. There is already an AsRawFd trait in std for this so we can achieve the same with a trait requirement.
  2. This unnecessarily restricts Connection backend and makes it harder for user to plug-in their own Connection type.

Merge request reports